Html Css Color HEX #DFB472 Harvest Gold

📋 copy color: '#DFB472'

red 223 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #DFB472

Tints of Harvest Gold #DFB472

RGB

 RED value IS 223 (87.5% from 255) = 43.13%

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

 BLUE value IS 114 (44.92% from 255) = 22.05%

R = 43.13%
G = 34.82%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFB472 (or 0xDFB472) is known color: Harvest Gold. HEX triplet: DF, B4 and 72. RGB value is (223,180,114). Sum of RGB (Red+Green+Blue) = 223+180+114=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB472 is #204B8D. Grayscale: #B9B9B9. Windows color (decimal): -2116494 or 7517407. OLE color: 7517407.

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

Color convert

RGB 223 180 114 -
CMYK 0 0.19 0.49 0.13
HSL 36.33º 0.63% 0.66% -
HSV(B) 36.33º 0.49% 0.87% -
XYZ 49.79 49.55 22.86 -
YUV 185.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 223 180 114 0 0.19 0.49 0.13 36.33 0.63 0.66
Hex DF B4 72 0 13 31 D 24 3F 42
Octal 337 264 162 0 23 61 15 44 77 102
Binary 11011111 10110100 1110010 0 10011 110001 1101 100100 111111 1000010

Color Harmonies of #DFB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB472

Black with #DFB472

Text Example


Text Example

White with #DFB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB472; }

 p { color: rgb(223,180,114); }

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

background-color css

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

 a { background-color: rgb(223,180,114); }

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

border-color css

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

 span { border-color: rgb(223,180,114); }

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