#DFBD72

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

Shades of Chenin #DFBD72

Tints of Chenin #DFBD72

Color information

#DFBD72 (or 0xDFBD72) is unknown color: approx Chenin. HEX triplet: DF, BD and 72. RGB value is (223,189,114). Sum of RGB (Red+Green+Blue) = 223+189+114=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD72 is #20428D. Grayscale: #BEBEBE. Windows color (decimal): -2114190 or 7519711. OLE color: 7519711.

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

Color convert

RGB223189114-
CMYK00.150.490.13
HSL41.28º63.01%66.08%-
HSV(B)41.28º48.88%87.45%-
XYZ51.6753.323.48-
YUV190.6284.76151.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=42.40%
G=35.93%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318911400.150.490.1341.2863.0166.08
HexDFBD720F31D293f42
Octal33727516201761155177102
Binary110111111011110111100100111111000111011010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD72; }

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

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

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

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

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

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

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

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