Html Css Color HEX #DECC5D Golden Sand

📋 copy color: '#DECC5D'

red 222 ◦ green 204 ◦ blue 93

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

Shades of Golden Sand #DECC5D

Tints of Golden Sand #DECC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.92%

R = 42.77%
G = 39.31%
B = 17.92%

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

#DECC5D (or 0xDECC5D) is known color: Golden Sand. HEX triplet: DE, CC and 5D. RGB value is (222,204,93). Sum of RGB (Red+Green+Blue) = 222+204+93=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC5D is #2133A2. Grayscale: #C5C5C5. Windows color (decimal): -2175907 or 6147294. OLE color: 6147294.

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

Color convert

RGB 222 204 93 -
CMYK 0 0.08 0.58 0.13
HSL 51.63º 0.66% 0.62% -
HSV(B) 51.63º 0.58% 0.87% -
XYZ 53.69 59.51 19.01 -
YUV 196.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 222 204 93 0 0.08 0.58 0.13 51.63 0.66 0.62
Hex DE CC 5D 0 8 3A D 34 42 3E
Octal 336 314 135 0 10 72 15 64 102 76
Binary 11011110 11001100 1011101 0 1000 111010 1101 110100 1000010 111110

Color Harmonies of #DECC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC5D

Black with #DECC5D

Text Example


Text Example

White with #DECC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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