Html Css Color HEX #DECA60 Golden Sand

📋 copy color: '#DECA60'

red 222 ◦ green 202 ◦ blue 96

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

Shades of Golden Sand #DECA60

Tints of Golden Sand #DECA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

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

R = 42.69%
G = 38.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DECA60 (or 0xDECA60) is known color: Golden Sand. HEX triplet: DE, CA and 60. RGB value is (222,202,96). Sum of RGB (Red+Green+Blue) = 222+202+96=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA60 is #21359F. Grayscale: #C4C4C4. Windows color (decimal): -2176416 or 6343390. OLE color: 6343390.

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

Color convert

RGB 222 202 96 -
CMYK 0 0.09 0.57 0.13
HSL 50.48º 0.66% 0.62% -
HSV(B) 50.48º 0.57% 0.87% -
XYZ 53.36 58.62 19.57 -
YUV 195.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 222 202 96 0 0.09 0.57 0.13 50.48 0.66 0.62
Hex DE CA 60 0 9 39 D 32 42 3E
Octal 336 312 140 0 11 71 15 62 102 76
Binary 11011110 11001010 1100000 0 1001 111001 1101 110010 1000010 111110

Color Harmonies of #DECA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA60

Black with #DECA60

Text Example


Text Example

White with #DECA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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