Html Css Color HEX #DECC63 Golden Sand

📋 copy color: '#DECC63'

red 222 ◦ green 204 ◦ blue 99

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

Shades of Golden Sand #DECC63

Tints of Golden Sand #DECC63

RGB

 RED value IS 222 (87.11% from 255) = 42.29%

 GREEN value IS 204 (80.08% from 255) = 38.86%

 BLUE value IS 99 (39.06% from 255) = 18.86%

R = 42.29%
G = 38.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DECC63 (or 0xDECC63) is known color: Golden Sand. HEX triplet: DE, CC and 63. RGB value is (222,204,99). Sum of RGB (Red+Green+Blue) = 222+204+99=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC63 is #21339C. Grayscale: #C5C5C5. Windows color (decimal): -2175901 or 6540510. OLE color: 6540510.

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

Color convert

RGB 222 204 99 -
CMYK 0 0.08 0.55 0.13
HSL 51.22º 0.65% 0.63% -
HSV(B) 51.22º 0.55% 0.87% -
XYZ 53.97 59.62 20.47 -
YUV 197.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 222 204 99 0 0.08 0.55 0.13 51.22 0.65 0.63
Hex DE CC 63 0 8 37 D 33 41 3F
Octal 336 314 143 0 10 67 15 63 101 77
Binary 11011110 11001100 1100011 0 1000 110111 1101 110011 1000001 111111

Color Harmonies of #DECC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC63

Black with #DECC63

Text Example


Text Example

White with #DECC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC63; }

 p { color: rgb(222,204,99); }

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

background-color css

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

 a { background-color: rgb(222,204,99); }

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

border-color css

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

 span { border-color: rgb(222,204,99); }

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