#DFD2BA

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

Shades of Spanish White #DFD2BA

Tints of Spanish White #DFD2BA

Color information

#DFD2BA (or 0xDFD2BA) is unknown color: approx Spanish White. HEX triplet: DF, D2 and BA. RGB value is (223,210,186). Sum of RGB (Red+Green+Blue) = 223+210+186=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2BA is #202D45. Grayscale: #D3D3D3. Windows color (decimal): -2108742 or 12243679. OLE color: 12243679.

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

Color convert

RGB223210186-
CMYK00.060.170.13
HSL38.92º36.63%80.2%-
HSV(B)38.92º16.59%87.45%-
XYZ62.3465.3355.78-
YUV211.15113.81136.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=36.03%
G=33.93%
B=30.05%

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
Decimal22321018600.060.170.1338.9236.6380.2
HexDFD2BA0611D272550
Octal3373222720621154745120
Binary11011111110100101011101001101000111011001111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2BA; }

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

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

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

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

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

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

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

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