Html Css Color HEX #DEB474 Harvest Gold

📋 copy color: '#DEB474'

red 222 ◦ green 180 ◦ blue 116

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

Shades of Harvest Gold #DEB474

Tints of Harvest Gold #DEB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

 BLUE value IS 116 (45.7% from 255) = 22.39%

R = 42.86%
G = 34.75%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEB474 (or 0xDEB474) is known color: Harvest Gold. HEX triplet: DE, B4 and 74. RGB value is (222,180,116). Sum of RGB (Red+Green+Blue) = 222+180+116=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB474 is #214B8B. Grayscale: #B9B9B9. Windows color (decimal): -2182028 or 7648478. OLE color: 7648478.

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

Color convert

RGB 222 180 116 -
CMYK 0 0.19 0.48 0.13
HSL 36.23º 0.62% 0.66% -
HSV(B) 36.23º 0.48% 0.87% -
XYZ 49.6 49.43 23.45 -
YUV 185.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 222 180 116 0 0.19 0.48 0.13 36.23 0.62 0.66
Hex DE B4 74 0 13 30 D 24 3E 42
Octal 336 264 164 0 23 60 15 44 76 102
Binary 11011110 10110100 1110100 0 10011 110000 1101 100100 111110 1000010

Color Harmonies of #DEB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB474

Black with #DEB474

Text Example


Text Example

White with #DEB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB474; }

 p { color: rgb(222,180,116); }

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

background-color css

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

 a { background-color: rgb(222,180,116); }

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

border-color css

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

 span { border-color: rgb(222,180,116); }

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