#DFBA72

Color #DFBA72 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DFBA72

Tints of Chenin #DFBA72

Color information

#DFBA72 (or 0xDFBA72) is unknown color: approx Chenin. HEX triplet: DF, BA and 72. RGB value is (223,186,114). Sum of RGB (Red+Green+Blue) = 223+186+114=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA72 is #20458D. Grayscale: #BDBDBD. Windows color (decimal): -2114958 or 7518943. OLE color: 7518943.

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

Color convert

RGB223186114-
CMYK00.170.490.13
HSL39.63º63.01%66.08%-
HSV(B)39.63º48.88%87.45%-
XYZ51.0352.0223.27-
YUV188.8685.76152.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=42.64%
G=35.56%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318611400.170.490.1339.6363.0166.08
HexDFBA7201131D283f42
Octal33727216202161155077102
Binary1101111110111010111001001000111000111011010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA72; }

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

 H1.HeaderClassName
 {
   color: #DFBA72;
 }
 .AnyTagClassName
 {
   color: #DFBA72;
 }
</style>
background-color css

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

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

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

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

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

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