Html Css Color HEX #DEAB6F Harvest Gold

📋 copy color: '#DEAB6F'

red 222 ◦ green 171 ◦ blue 111

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

Shades of Harvest Gold #DEAB6F

Tints of Harvest Gold #DEAB6F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 111 (43.75% from 255) = 22.02%

R = 44.05%
G = 33.93%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEAB6F (or 0xDEAB6F) is known color: Harvest Gold. HEX triplet: DE, AB and 6F. RGB value is (222,171,111). Sum of RGB (Red+Green+Blue) = 222+171+111=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB6F is #215490. Grayscale: #B3B3B3. Windows color (decimal): -2184337 or 7318494. OLE color: 7318494.

HSL color Cylindrical-coordinate representation of color #DEAB6F: hue angle of 32.43º degrees, saturation: 0.63, 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 #DEAB6F is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 171 111 -
CMYK 0 0.23 0.5 0.13
HSL 32.43º 0.63% 0.65% -
HSV(B) 32.43º 0.5% 0.87% -
XYZ 47.56 45.8 21.37 -
YUV 179.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 222 171 111 0 0.23 0.5 0.13 32.43 0.63 0.65
Hex DE AB 6F 0 17 32 D 20 3F 41
Octal 336 253 157 0 27 62 15 40 77 101
Binary 11011110 10101011 1101111 0 10111 110010 1101 100000 111111 1000001

Color Harmonies of #DEAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB6F

Black with #DEAB6F

Text Example


Text Example

White with #DEAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB6F; }

 p { color: rgb(222,171,111); }

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

background-color css

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

 a { background-color: rgb(222,171,111); }

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

border-color css

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

 span { border-color: rgb(222,171,111); }

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