#DFBF70

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

Shades of Chenin #DFBF70

Tints of Chenin #DFBF70

Color information

#DFBF70 (or 0xDFBF70) is unknown color: approx Chenin. HEX triplet: DF, BF and 70. RGB value is (223,191,112). Sum of RGB (Red+Green+Blue) = 223+191+112=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF70 is #20408F. Grayscale: #BFBFBF. Windows color (decimal): -2113680 or 7389151. OLE color: 7389151.

HSL color Cylindrical-coordinate representation of color #DFBF70: hue angle of 42.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFBF70 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223191112-
CMYK00.140.500.13
HSL42.7º63.43%65.69%-
HSV(B)42.7º49.78%87.45%-
XYZ51.9954.1223.04-
YUV191.5683.1150.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=42.40%
G=36.31%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319111200.140.500.1342.763.4365.69
HexDFBF700E32D2b3f42
Octal33727716001662155377102
Binary110111111011111111100000111011001011011010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF70; }

 p { color: rgb(223,191,112); }

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

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

 a { background-color: rgb(223,191,112); }

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

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

 span { border-color: rgb(223,191,112); }

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