Html Css Color HEX #DEB770 Harvest Gold

📋 copy color: '#DEB770'

red 222 ◦ green 183 ◦ blue 112

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

Shades of Harvest Gold #DEB770

Tints of Harvest Gold #DEB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 42.94%
G = 35.4%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEB770 (or 0xDEB770) is known color: Harvest Gold. HEX triplet: DE, B7 and 70. RGB value is (222,183,112). Sum of RGB (Red+Green+Blue) = 222+183+112=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB770 is #21488F. Grayscale: #BABABA. Windows color (decimal): -2181264 or 7387102. OLE color: 7387102.

HSL color Cylindrical-coordinate representation of color #DEB770: hue angle of 38.73º degrees, saturation: 0.62, 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 #DEB770 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 183 112 -
CMYK 0 0.18 0.50 0.13
HSL 38.73º 0.63% 0.65% -
HSV(B) 38.73º 0.5% 0.87% -
XYZ 49.98 50.57 22.46 -
YUV 186.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 222 183 112 0 0.18 0.50 0.13 38.73 0.63 0.65
Hex DE B7 70 0 12 32 D 27 3E 41
Octal 336 267 160 0 22 62 15 47 76 101
Binary 11011110 10110111 1110000 0 10010 110010 1101 100111 111110 1000001

Color Harmonies of #DEB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB770

Black with #DEB770

Text Example


Text Example

White with #DEB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB770; }

 p { color: rgb(222,183,112); }

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

background-color css

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

 a { background-color: rgb(222,183,112); }

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

border-color css

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

 span { border-color: rgb(222,183,112); }

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