Html Css Color HEX #DEC760 Golden Sand

📋 copy color: '#DEC760'

red 222 ◦ green 199 ◦ blue 96

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

Shades of Golden Sand #DEC760

Tints of Golden Sand #DEC760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.57%

R = 42.94%
G = 38.49%
B = 18.57%

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

#DEC760 (or 0xDEC760) is known color: Golden Sand. HEX triplet: DE, C7 and 60. RGB value is (222,199,96). Sum of RGB (Red+Green+Blue) = 222+199+96=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC760 is #21389F. Grayscale: #C2C2C2. Windows color (decimal): -2177184 or 6342622. OLE color: 6342622.

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

Color convert

RGB 222 199 96 -
CMYK 0 0.10 0.57 0.13
HSL 49.05º 0.66% 0.62% -
HSV(B) 49.05º 0.57% 0.87% -
XYZ 52.66 57.22 19.34 -
YUV 194.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 222 199 96 0 0.10 0.57 0.13 49.05 0.66 0.62
Hex DE C7 60 0 A 39 D 31 42 3E
Octal 336 307 140 0 12 71 15 61 102 76
Binary 11011110 11000111 1100000 0 1010 111001 1101 110001 1000010 111110

Color Harmonies of #DEC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC760

Black with #DEC760

Text Example


Text Example

White with #DEC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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