Html Css Color HEX #DDCD66 Golden Sand

📋 copy color: '#DDCD66'

red 221 ◦ green 205 ◦ blue 102

#DDCD66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #DDCD66

Tints of Golden Sand #DDCD66

RGB

 RED value IS 221 (86.72% from 255) = 41.86%

 GREEN value IS 205 (80.47% from 255) = 38.83%

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 41.86%
G = 38.83%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDCD66 (or 0xDDCD66) is known color: Golden Sand. HEX triplet: DD, CD and 66. RGB value is (221,205,102). Sum of RGB (Red+Green+Blue) = 221+205+102=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD66 is #223299. Grayscale: #C6C6C6. Windows color (decimal): -2241178 or 6737373. OLE color: 6737373.

HSL color Cylindrical-coordinate representation of color #DDCD66: hue angle of 51.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDCD66 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 102 -
CMYK 0 0.07 0.54 0.13
HSL 51.93º 0.64% 0.63% -
HSV(B) 51.93º 0.54% 0.87% -
XYZ 54.05 59.99 21.3 -
YUV 198.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 221 205 102 0 0.07 0.54 0.13 51.93 0.64 0.63
Hex DD CD 66 0 7 36 D 34 40 3F
Octal 335 315 146 0 7 66 15 64 100 77
Binary 11011101 11001101 1100110 0 111 110110 1101 110100 1000000 111111

Color Harmonies of #DDCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD66

Black with #DDCD66

Text Example


Text Example

White with #DDCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD66; }

 p { color: rgb(221,205,102); }

 H1.HeaderClassName
 {
   color: #DDCD66;
 }
 .AnyTagClassName
 {
   color: #DDCD66;
 }
</style>

background-color css

<style>
 a { background-color: #DDCD66; }

 a { background-color: rgb(221,205,102); }

 div.DivClassName
 {
   background-color: #DDCD66;
 }
 .BgClassName
 {
   background-color: #DDCD66;
 }
</style>

border-color css

<style>
 span { border-color: #DDCD66; }

 span { border-color: rgb(221,205,102); }

 td.TdClassName
 {
   border-color: #DDCD66;
 }
 .TagClassName
 {
   border-color: #DDCD66;
 }
</style>