Html Css Color HEX #DECA63 Golden Sand

📋 copy color: '#DECA63'

red 222 ◦ green 202 ◦ blue 99

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

Shades of Golden Sand #DECA63

Tints of Golden Sand #DECA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.93%

R = 42.45%
G = 38.62%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DECA63 (or 0xDECA63) is known color: Golden Sand. HEX triplet: DE, CA and 63. RGB value is (222,202,99). Sum of RGB (Red+Green+Blue) = 222+202+99=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA63 is #21359C. Grayscale: #C4C4C4. Windows color (decimal): -2176413 or 6539998. OLE color: 6539998.

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

Color convert

RGB 222 202 99 -
CMYK 0 0.09 0.55 0.13
HSL 50.24º 0.65% 0.63% -
HSV(B) 50.24º 0.55% 0.87% -
XYZ 53.5 58.67 20.31 -
YUV 196.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 222 202 99 0 0.09 0.55 0.13 50.24 0.65 0.63
Hex DE CA 63 0 9 37 D 32 41 3F
Octal 336 312 143 0 11 67 15 62 101 77
Binary 11011110 11001010 1100011 0 1001 110111 1101 110010 1000001 111111

Color Harmonies of #DECA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA63

Black with #DECA63

Text Example


Text Example

White with #DECA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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