Html Css Color HEX #DEC963 Golden Sand

📋 copy color: '#DEC963'

red 222 ◦ green 201 ◦ blue 99

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

Shades of Golden Sand #DEC963

Tints of Golden Sand #DEC963

RGB

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

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

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

R = 42.53%
G = 38.51%
B = 18.97%

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

#DEC963 (or 0xDEC963) is known color: Golden Sand. HEX triplet: DE, C9 and 63. RGB value is (222,201,99). Sum of RGB (Red+Green+Blue) = 222+201+99=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC963 is #21369C. Grayscale: #C4C4C4. Windows color (decimal): -2176669 or 6539742. OLE color: 6539742.

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

Color convert

RGB 222 201 99 -
CMYK 0 0.09 0.55 0.13
HSL 49.76º 0.65% 0.63% -
HSV(B) 49.76º 0.55% 0.87% -
XYZ 53.26 58.2 20.23 -
YUV 195.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 222 201 99 0 0.09 0.55 0.13 49.76 0.65 0.63
Hex DE C9 63 0 9 37 D 32 41 3F
Octal 336 311 143 0 11 67 15 62 101 77
Binary 11011110 11001001 1100011 0 1001 110111 1101 110010 1000001 111111

Color Harmonies of #DEC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC963

Black with #DEC963

Text Example


Text Example

White with #DEC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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