#DFBD6B

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

Shades of Chenin #DFBD6B

Tints of Chenin #DFBD6B

Color information

#DFBD6B (or 0xDFBD6B) is unknown color: approx Chenin. HEX triplet: DF, BD and 6B. RGB value is (223,189,107). Sum of RGB (Red+Green+Blue) = 223+189+107=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD6B is #204294. Grayscale: #BEBEBE. Windows color (decimal): -2114197 or 7060959. OLE color: 7060959.

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

Color convert

RGB223189107-
CMYK00.150.520.13
HSL42.41º64.44%64.71%-
HSV(B)42.41º52.02%87.45%-
XYZ51.2853.1421.46-
YUV189.8281.26151.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 107 (42.19% from 255) = 20.62%
R=42.97%
G=36.42%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318910700.150.520.1342.4164.4464.71
HexDFBD6B0F34D2a4041
Octal337275153017641552100101
Binary1101111110111101110101101111110100110110101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD6B; }

 p { color: rgb(223,189,107); }

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

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

 a { background-color: rgb(223,189,107); }

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

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

 span { border-color: rgb(223,189,107); }

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