Html Css Color HEX #DECC60 Golden Sand

📋 copy color: '#DECC60'

red 222 ◦ green 204 ◦ blue 96

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

Shades of Golden Sand #DECC60

Tints of Golden Sand #DECC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.39%

R = 42.53%
G = 39.08%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DECC60 (or 0xDECC60) is known color: Golden Sand. HEX triplet: DE, CC and 60. RGB value is (222,204,96). Sum of RGB (Red+Green+Blue) = 222+204+96=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC60 is #21339F. Grayscale: #C5C5C5. Windows color (decimal): -2175904 or 6343902. OLE color: 6343902.

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

Color convert

RGB 222 204 96 -
CMYK 0 0.08 0.57 0.13
HSL 51.43º 0.66% 0.62% -
HSV(B) 51.43º 0.57% 0.87% -
XYZ 53.83 59.56 19.73 -
YUV 197.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 222 204 96 0 0.08 0.57 0.13 51.43 0.66 0.62
Hex DE CC 60 0 8 39 D 33 42 3E
Octal 336 314 140 0 10 71 15 63 102 76
Binary 11011110 11001100 1100000 0 1000 111001 1101 110011 1000010 111110

Color Harmonies of #DECC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC60

Black with #DECC60

Text Example


Text Example

White with #DECC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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