Html Css Color HEX #DEC75F Golden Sand

📋 copy color: '#DEC75F'

red 222 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #DEC75F

Tints of Golden Sand #DEC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.57%

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

R = 43.02%
G = 38.57%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEC75F (or 0xDEC75F) is known color: Golden Sand. HEX triplet: DE, C7 and 5F. RGB value is (222,199,95). Sum of RGB (Red+Green+Blue) = 222+199+95=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC75F is #2138A0. Grayscale: #C2C2C2. Windows color (decimal): -2177185 or 6277086. OLE color: 6277086.

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

Color convert

RGB 222 199 95 -
CMYK 0 0.10 0.57 0.13
HSL 49.13º 0.66% 0.62% -
HSV(B) 49.13º 0.57% 0.87% -
XYZ 52.61 57.2 19.09 -
YUV 194.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 222 199 95 0 0.10 0.57 0.13 49.13 0.66 0.62
Hex DE C7 5F 0 A 39 D 31 42 3E
Octal 336 307 137 0 12 71 15 61 102 76
Binary 11011110 11000111 1011111 0 1010 111001 1101 110001 1000010 111110

Color Harmonies of #DEC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC75F

Black with #DEC75F

Text Example


Text Example

White with #DEC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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