Html Css Color HEX #DEB071 Harvest Gold

📋 copy color: '#DEB071'

red 222 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #DEB071

Tints of Harvest Gold #DEB071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 43.44%
G = 34.44%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DEB071 (or 0xDEB071) is known color: Harvest Gold. HEX triplet: DE, B0 and 71. RGB value is (222,176,113). Sum of RGB (Red+Green+Blue) = 222+176+113=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB071 is #214F8E. Grayscale: #B6B6B6. Windows color (decimal): -2183055 or 7450846. OLE color: 7450846.

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

Color convert

RGB 222 176 113 -
CMYK 0 0.21 0.49 0.13
HSL 34.68º 0.62% 0.66% -
HSV(B) 34.68º 0.49% 0.87% -
XYZ 48.63 47.77 22.28 -
YUV 182.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 222 176 113 0 0.21 0.49 0.13 34.68 0.62 0.66
Hex DE B0 71 0 15 31 D 23 3E 42
Octal 336 260 161 0 25 61 15 43 76 102
Binary 11011110 10110000 1110001 0 10101 110001 1101 100011 111110 1000010

Color Harmonies of #DEB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB071

Black with #DEB071

Text Example


Text Example

White with #DEB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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