Html Css Color HEX #DEB06F Harvest Gold

📋 copy color: '#DEB06F'

red 222 ◦ green 176 ◦ blue 111

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

Shades of Harvest Gold #DEB06F

Tints of Harvest Gold #DEB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 111 (43.75% from 255) = 21.81%

R = 43.61%
G = 34.58%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEB06F (or 0xDEB06F) is known color: Harvest Gold. HEX triplet: DE, B0 and 6F. RGB value is (222,176,111). Sum of RGB (Red+Green+Blue) = 222+176+111=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB06F is #214F90. Grayscale: #B6B6B6. Windows color (decimal): -2183057 or 7319774. OLE color: 7319774.

HSL color Cylindrical-coordinate representation of color #DEB06F: hue angle of 35.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEB06F is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 111 -
CMYK 0 0.21 0.5 0.13
HSL 35.14º 0.63% 0.65% -
HSV(B) 35.14º 0.5% 0.87% -
XYZ 48.52 47.73 21.69 -
YUV 182.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 222 176 111 0 0.21 0.5 0.13 35.14 0.63 0.65
Hex DE B0 6F 0 15 32 D 23 3F 41
Octal 336 260 157 0 25 62 15 43 77 101
Binary 11011110 10110000 1101111 0 10101 110010 1101 100011 111111 1000001

Color Harmonies of #DEB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB06F

Black with #DEB06F

Text Example


Text Example

White with #DEB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB06F; }

 p { color: rgb(222,176,111); }

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

background-color css

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

 a { background-color: rgb(222,176,111); }

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

border-color css

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

 span { border-color: rgb(222,176,111); }

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