Html Css Color HEX #DEB270 Harvest Gold

📋 copy color: '#DEB270'

red 222 ◦ green 178 ◦ blue 112

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

Shades of Harvest Gold #DEB270

Tints of Harvest Gold #DEB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 43.36%
G = 34.77%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEB270 (or 0xDEB270) is known color: Harvest Gold. HEX triplet: DE, B2 and 70. RGB value is (222,178,112). Sum of RGB (Red+Green+Blue) = 222+178+112=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB270 is #214D8F. Grayscale: #B7B7B7. Windows color (decimal): -2182544 or 7385822. OLE color: 7385822.

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

Color convert

RGB 222 178 112 -
CMYK 0 0.20 0.50 0.13
HSL 36º 0.63% 0.65% -
HSV(B) 36º 0.5% 0.87% -
XYZ 48.97 48.54 22.12 -
YUV 183.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 222 178 112 0 0.20 0.50 0.13 36 0.63 0.65
Hex DE B2 70 0 14 32 D 24 3E 41
Octal 336 262 160 0 24 62 15 44 76 101
Binary 11011110 10110010 1110000 0 10100 110010 1101 100100 111110 1000001

Color Harmonies of #DEB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB270

Black with #DEB270

Text Example


Text Example

White with #DEB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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