Html Css Color HEX #DFB072 Harvest Gold

📋 copy color: '#DFB072'

red 223 ◦ green 176 ◦ blue 114

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

Shades of Harvest Gold #DFB072

Tints of Harvest Gold #DFB072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.31%

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

R = 43.47%
G = 34.31%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFB072 (or 0xDFB072) is known color: Harvest Gold. HEX triplet: DF, B0 and 72. RGB value is (223,176,114). Sum of RGB (Red+Green+Blue) = 223+176+114=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB072 is #204F8D. Grayscale: #B7B7B7. Windows color (decimal): -2117518 or 7516383. OLE color: 7516383.

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

Color convert

RGB 223 176 114 -
CMYK 0 0.21 0.49 0.13
HSL 34.13º 0.63% 0.66% -
HSV(B) 34.13º 0.49% 0.87% -
XYZ 48.99 47.95 22.59 -
YUV 182.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 223 176 114 0 0.21 0.49 0.13 34.13 0.63 0.66
Hex DF B0 72 0 15 31 D 22 3F 42
Octal 337 260 162 0 25 61 15 42 77 102
Binary 11011111 10110000 1110010 0 10101 110001 1101 100010 111111 1000010

Color Harmonies of #DFB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB072

Black with #DFB072

Text Example


Text Example

White with #DFB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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