Html Css Color HEX #DECE60 Golden Sand

📋 copy color: '#DECE60'

red 222 ◦ green 206 ◦ blue 96

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

Shades of Golden Sand #DECE60

Tints of Golden Sand #DECE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

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

R = 42.37%
G = 39.31%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DECE60 (or 0xDECE60) is known color: Golden Sand. HEX triplet: DE, CE and 60. RGB value is (222,206,96). Sum of RGB (Red+Green+Blue) = 222+206+96=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE60 is #21319F. Grayscale: #C6C6C6. Windows color (decimal): -2175392 or 6344414. OLE color: 6344414.

HSL color Cylindrical-coordinate representation of color #DECE60: hue angle of 52.38º 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 #DECE60 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 206 96 -
CMYK 0 0.07 0.57 0.13
HSL 52.38º 0.66% 0.62% -
HSV(B) 52.38º 0.57% 0.87% -
XYZ 54.31 60.52 19.88 -
YUV 198.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 222 206 96 0 0.07 0.57 0.13 52.38 0.66 0.62
Hex DE CE 60 0 7 39 D 34 42 3E
Octal 336 316 140 0 7 71 15 64 102 76
Binary 11011110 11001110 1100000 0 111 111001 1101 110100 1000010 111110

Color Harmonies of #DECE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECE60

Black with #DECE60

Text Example


Text Example

White with #DECE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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