#DFBA6E

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

Shades of Chenin #DFBA6E

Tints of Chenin #DFBA6E

Color information

#DFBA6E (or 0xDFBA6E) is unknown color: approx Chenin. HEX triplet: DF, BA and 6E. RGB value is (223,186,110). Sum of RGB (Red+Green+Blue) = 223+186+110=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA6E is #204591. Grayscale: #BCBCBC. Windows color (decimal): -2114962 or 7256799. OLE color: 7256799.

HSL color Cylindrical-coordinate representation of color #DFBA6E: hue angle of 40.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFBA6E is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB223186110-
CMYK00.170.510.13
HSL40.35º63.84%65.29%-
HSV(B)40.35º50.67%87.45%-
XYZ50.851.9322.1-
YUV188.483.76152.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=42.97%
G=35.84%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318611000.170.510.1340.3563.8465.29
HexDFBA6E01133D284041
Octal337272156021631550100101
Binary11011111101110101101110010001110011110110100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA6E; }

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

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

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

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

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

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

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

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