Html Css Color HEX #DEC95F Golden Sand

📋 copy color: '#DEC95F'

red 222 ◦ green 201 ◦ blue 95

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

Shades of Golden Sand #DEC95F

Tints of Golden Sand #DEC95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 42.86%
G = 38.8%
B = 18.34%

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

#DEC95F (or 0xDEC95F) is known color: Golden Sand. HEX triplet: DE, C9 and 5F. RGB value is (222,201,95). Sum of RGB (Red+Green+Blue) = 222+201+95=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC95F is #2136A0. Grayscale: #C3C3C3. Windows color (decimal): -2176673 or 6277598. OLE color: 6277598.

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

Color convert

RGB 222 201 95 -
CMYK 0 0.09 0.57 0.13
HSL 50.08º 0.66% 0.62% -
HSV(B) 50.08º 0.57% 0.87% -
XYZ 53.08 58.13 19.25 -
YUV 195.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 222 201 95 0 0.09 0.57 0.13 50.08 0.66 0.62
Hex DE C9 5F 0 9 39 D 32 42 3E
Octal 336 311 137 0 11 71 15 62 102 76
Binary 11011110 11001001 1011111 0 1001 111001 1101 110010 1000010 111110

Color Harmonies of #DEC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC95F

Black with #DEC95F

Text Example


Text Example

White with #DEC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC95F; }

 p { color: rgb(222,201,95); }

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

background-color css

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

 a { background-color: rgb(222,201,95); }

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

border-color css

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

 span { border-color: rgb(222,201,95); }

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