#DFD0B4

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

Shades of Spanish White #DFD0B4

Tints of Spanish White #DFD0B4

Color information

#DFD0B4 (or 0xDFD0B4) is unknown color: approx Spanish White. HEX triplet: DF, D0 and B4. RGB value is (223,208,180). Sum of RGB (Red+Green+Blue) = 223+208+180=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0B4 is #202F4B. Grayscale: #D1D1D1. Windows color (decimal): -2109260 or 11849951. OLE color: 11849951.

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

Color convert

RGB223208180-
CMYK00.070.190.13
HSL39.07º40.19%79.02%-
HSV(B)39.07º19.28%87.45%-
XYZ61.2364.152.32-
YUV209.29111.47137.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=36.50%
G=34.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320818000.070.190.1339.0740.1979.02
HexDFD0B40713D27284f
Octal3373202640723154750117
Binary11011111110100001011010001111001111011001111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0B4; }

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

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

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

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

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

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

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

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