Html Css Color HEX #DDCD62 Golden Sand

📋 copy color: '#DDCD62'

red 221 ◦ green 205 ◦ blue 98

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

Shades of Golden Sand #DDCD62

Tints of Golden Sand #DDCD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 42.18%
G = 39.12%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDCD62 (or 0xDDCD62) is known color: Golden Sand. HEX triplet: DD, CD and 62. RGB value is (221,205,98). Sum of RGB (Red+Green+Blue) = 221+205+98=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD62 is #22329D. Grayscale: #C6C6C6. Windows color (decimal): -2241182 or 6475229. OLE color: 6475229.

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

Color convert

RGB 221 205 98 -
CMYK 0 0.07 0.56 0.13
HSL 52.2º 0.64% 0.63% -
HSV(B) 52.2º 0.56% 0.87% -
XYZ 53.85 59.92 20.28 -
YUV 197.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 221 205 98 0 0.07 0.56 0.13 52.2 0.64 0.63
Hex DD CD 62 0 7 38 D 34 40 3F
Octal 335 315 142 0 7 70 15 64 100 77
Binary 11011101 11001101 1100010 0 111 111000 1101 110100 1000000 111111

Color Harmonies of #DDCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD62

Black with #DDCD62

Text Example


Text Example

White with #DDCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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