color codes Logo

#ddc68a color codes

#DDC68A
(221,198,138)
0 Favorites   0 Comments

Color spaces of #ddc68a

RGB 221198138
HSL0.120.550.70
HSV43°38°87°
CMYK 0.000.100.38   0.13
XYZ54.600357.595332.2840
Yxy57.59530.37790.3986
Hunter Lab75.8916-4.388227.9023
CIE-Lab80.5133-0.360833.0380

#ddc68a color RGB value is (221,198,138).

#ddc68a hex color red value is 221, green value is 198 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ddc68a hue: 0.12 , saturation: 0.55 and the lightness value of ddc68a is 0.70.

The process color (four color CMYK) of #ddc68a color code is 0.00, 0.10, 0.38, 0.13. Web safe color of #ddc68a is #cccc99. Color #ddc68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10001010
Octal 335 306 212
Decimal 221 198 138
Hex DD C6 8A

RGB Percentages of Color #ddc68a

%39.68
%35.55
%24.78

CMYK Percentages of Color #ddc68a

%0
%10
%38
%13

Triadic Colors of #ddc68a

#ddc68a #8addc6 #c68add

Analogous Colors of #ddc68a

#ddc68a #cbdd8a #dd9d8a

Monochromatic Colors of #ddc68a

#ddc68a

Complementary Color

#ddc68a #8aa1dd

#ddc68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc68a Color CSS Codes

.mybgcolor {background-color:#ddc68a; } 
.myforecolor {color:#ddc68a; }
.mybordercolor {border:3px solid #ddc68a; }

#ddc68a Text Font Color

<p style="color:#ddc68a">Text here</p>

This sample text font color is #ddc68a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc68a Background Color

<div style="background-color:#ddc68a">
Div content here</div>

This div background color is #ddc68a


#ddc68a Border Color

<div style="border:3px solid #ddc68a">
Div here</div>

This div border color is #ddc68a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,198,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc68a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc68a;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc68a;
  box-shadow:         1px 1px 3px 2px #ddc68a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,198,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc68a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc68a;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc68a;
  box-shadow:         1px 1px 3px 2px #ddc68a;">
Div content here</div>

This div box has shadow with color #ddc68a


Comments

No comments written yet.

Please login to write comment.