Html Css Color HEX #DEB273 Harvest Gold

📋 copy color: '#DEB273'

red 222 ◦ green 178 ◦ blue 115

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

Shades of Harvest Gold #DEB273

Tints of Harvest Gold #DEB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 43.11%
G = 34.56%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEB273 (or 0xDEB273) is known color: Harvest Gold. HEX triplet: DE, B2 and 73. RGB value is (222,178,115). Sum of RGB (Red+Green+Blue) = 222+178+115=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB273 is #214D8C. Grayscale: #B8B8B8. Windows color (decimal): -2182541 or 7582430. OLE color: 7582430.

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

Color convert

RGB 222 178 115 -
CMYK 0 0.20 0.48 0.13
HSL 35.33º 0.62% 0.66% -
HSV(B) 35.33º 0.48% 0.87% -
XYZ 49.14 48.61 23.01 -
YUV 183.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 222 178 115 0 0.20 0.48 0.13 35.33 0.62 0.66
Hex DE B2 73 0 14 30 D 23 3E 42
Octal 336 262 163 0 24 60 15 43 76 102
Binary 11011110 10110010 1110011 0 10100 110000 1101 100011 111110 1000010

Color Harmonies of #DEB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB273

Black with #DEB273

Text Example


Text Example

White with #DEB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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