Html Css Color HEX #DFB872 Harvest Gold

📋 copy color: '#DFB872'

red 223 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #DFB872

Tints of Harvest Gold #DFB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

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

R = 42.8%
G = 35.32%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFB872 (or 0xDFB872) is known color: Harvest Gold. HEX triplet: DF, B8 and 72. RGB value is (223,184,114). Sum of RGB (Red+Green+Blue) = 223+184+114=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB872 is #20478D. Grayscale: #BBBBBB. Windows color (decimal): -2115470 or 7518431. OLE color: 7518431.

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

Color convert

RGB 223 184 114 -
CMYK 0 0.17 0.49 0.13
HSL 38.53º 0.63% 0.66% -
HSV(B) 38.53º 0.49% 0.87% -
XYZ 50.61 51.18 23.13 -
YUV 187.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 223 184 114 0 0.17 0.49 0.13 38.53 0.63 0.66
Hex DF B8 72 0 11 31 D 27 3F 42
Octal 337 270 162 0 21 61 15 47 77 102
Binary 11011111 10111000 1110010 0 10001 110001 1101 100111 111111 1000010

Color Harmonies of #DFB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB872

Black with #DFB872

Text Example


Text Example

White with #DFB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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