Html Css Color HEX #DECC5E Golden Sand

📋 copy color: '#DECC5E'

red 222 ◦ green 204 ◦ blue 94

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

Shades of Golden Sand #DECC5E

Tints of Golden Sand #DECC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 42.69%
G = 39.23%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DECC5E (or 0xDECC5E) is known color: Golden Sand. HEX triplet: DE, CC and 5E. RGB value is (222,204,94). Sum of RGB (Red+Green+Blue) = 222+204+94=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC5E is #2133A1. Grayscale: #C5C5C5. Windows color (decimal): -2175906 or 6212830. OLE color: 6212830.

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

Color convert

RGB 222 204 94 -
CMYK 0 0.08 0.58 0.13
HSL 51.56º 0.66% 0.62% -
HSV(B) 51.56º 0.58% 0.87% -
XYZ 53.74 59.52 19.25 -
YUV 196.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 222 204 94 0 0.08 0.58 0.13 51.56 0.66 0.62
Hex DE CC 5E 0 8 3A D 34 42 3E
Octal 336 314 136 0 10 72 15 64 102 76
Binary 11011110 11001100 1011110 0 1000 111010 1101 110100 1000010 111110

Color Harmonies of #DECC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC5E

Black with #DECC5E

Text Example


Text Example

White with #DECC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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