Html Css Color HEX #DECC62 Golden Sand

📋 copy color: '#DECC62'

red 222 ◦ green 204 ◦ blue 98

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

Shades of Golden Sand #DECC62

Tints of Golden Sand #DECC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 42.37%
G = 38.93%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DECC62 (or 0xDECC62) is known color: Golden Sand. HEX triplet: DE, CC and 62. RGB value is (222,204,98). Sum of RGB (Red+Green+Blue) = 222+204+98=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC62 is #21339D. Grayscale: #C5C5C5. Windows color (decimal): -2175902 or 6474974. OLE color: 6474974.

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

Color convert

RGB 222 204 98 -
CMYK 0 0.08 0.56 0.13
HSL 51.29º 0.65% 0.63% -
HSV(B) 51.29º 0.56% 0.87% -
XYZ 53.92 59.6 20.22 -
YUV 197.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 222 204 98 0 0.08 0.56 0.13 51.29 0.65 0.63
Hex DE CC 62 0 8 38 D 33 41 3F
Octal 336 314 142 0 10 70 15 63 101 77
Binary 11011110 11001100 1100010 0 1000 111000 1101 110011 1000001 111111

Color Harmonies of #DECC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC62

Black with #DECC62

Text Example


Text Example

White with #DECC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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