#DFD2B0

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

Shades of Spanish White #DFD2B0

Tints of Spanish White #DFD2B0

Color information

#DFD2B0 (or 0xDFD2B0) is unknown color: approx Spanish White. HEX triplet: DF, D2 and B0. RGB value is (223,210,176). Sum of RGB (Red+Green+Blue) = 223+210+176=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2B0 is #202D4F. Grayscale: #D2D2D2. Windows color (decimal): -2108752 or 11588319. OLE color: 11588319.

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

Color convert

RGB223210176-
CMYK00.060.210.13
HSL43.4º42.34%78.24%-
HSV(B)43.4º21.08%87.45%-
XYZ61.3164.9250.37-
YUV210.01108.81137.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 176 (69.14% from 255) = 28.90%
R=36.62%
G=34.48%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321017600.060.210.1343.442.3478.24
HexDFD2B00615D2b2a4e
Octal3373222600625155352116
Binary11011111110100101011000001101010111011010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2B0; }

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

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

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

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

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

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

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

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