#DFBA75

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

Shades of Chenin #DFBA75

Tints of Chenin #DFBA75

Color information

#DFBA75 (or 0xDFBA75) is unknown color: approx Chenin. HEX triplet: DF, BA and 75. RGB value is (223,186,117). Sum of RGB (Red+Green+Blue) = 223+186+117=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA75 is #20458A. Grayscale: #BDBDBD. Windows color (decimal): -2114955 or 7715551. OLE color: 7715551.

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

Color convert

RGB223186117-
CMYK00.170.480.13
HSL39.06º62.35%66.67%-
HSV(B)39.06º47.53%87.45%-
XYZ51.252.0924.19-
YUV189.287.26152.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=42.40%
G=35.36%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318611700.170.480.1339.0662.3566.67
HexDFBA7501130D273e43
Octal33727216502160154776103
Binary1101111110111010111010101000111000011011001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA75; }

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

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

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

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

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

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

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

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