#DFD0BD

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

Shades of Blanc #DFD0BD

Tints of Blanc #DFD0BD

Color information

#DFD0BD (or 0xDFD0BD) is unknown color: approx Blanc. HEX triplet: DF, D0 and BD. RGB value is (223,208,189). Sum of RGB (Red+Green+Blue) = 223+208+189=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0BD is #202F42. Grayscale: #D2D2D2. Windows color (decimal): -2109251 or 12439775. OLE color: 12439775.

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

Color convert

RGB223208189-
CMYK00.070.150.13
HSL33.53º34.69%80.78%-
HSV(B)33.53º15.25%87.45%-
XYZ62.1764.4757.31-
YUV210.32115.97137.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=35.97%
G=33.55%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320818900.070.150.1333.5334.6980.78
HexDFD0BD07FD222351
Octal3373202750717154243121
Binary1101111111010000101111010111111111011000101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0BD; }

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

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

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

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

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

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

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

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