#DFD2B9

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

Shades of Spanish White #DFD2B9

Tints of Spanish White #DFD2B9

Color information

#DFD2B9 (or 0xDFD2B9) is unknown color: approx Spanish White. HEX triplet: DF, D2 and B9. RGB value is (223,210,185). Sum of RGB (Red+Green+Blue) = 223+210+185=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2B9 is #202D46. Grayscale: #D3D3D3. Windows color (decimal): -2108743 or 12178143. OLE color: 12178143.

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

Color convert

RGB223210185-
CMYK00.060.170.13
HSL39.47º37.25%80%-
HSV(B)39.47º17.04%87.45%-
XYZ62.2365.2855.22-
YUV211.04113.31136.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=36.08%
G=33.98%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321018500.060.170.1339.4737.2580
HexDFD2B90611D272550
Octal3373222710621154745120
Binary11011111110100101011100101101000111011001111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2B9; }

 p { color: rgb(223,210,185); }

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

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

 a { background-color: rgb(223,210,185); }

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

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

 span { border-color: rgb(223,210,185); }

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