Html Css Color HEX #DEC762 Golden Sand

📋 copy color: '#DEC762'

red 222 ◦ green 199 ◦ blue 98

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

Shades of Golden Sand #DEC762

Tints of Golden Sand #DEC762

RGB

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

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

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

R = 42.77%
G = 38.34%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEC762 (or 0xDEC762) is known color: Golden Sand. HEX triplet: DE, C7 and 62. RGB value is (222,199,98). Sum of RGB (Red+Green+Blue) = 222+199+98=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC762 is #21389D. Grayscale: #C2C2C2. Windows color (decimal): -2177182 or 6473694. OLE color: 6473694.

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

Color convert

RGB 222 199 98 -
CMYK 0 0.10 0.56 0.13
HSL 48.87º 0.65% 0.63% -
HSV(B) 48.87º 0.56% 0.87% -
XYZ 52.75 57.26 19.83 -
YUV 194.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 222 199 98 0 0.10 0.56 0.13 48.87 0.65 0.63
Hex DE C7 62 0 A 38 D 31 41 3F
Octal 336 307 142 0 12 70 15 61 101 77
Binary 11011110 11000111 1100010 0 1010 111000 1101 110001 1000001 111111

Color Harmonies of #DEC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC762

Black with #DEC762

Text Example


Text Example

White with #DEC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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