#DFD4B1

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

Shades of Spanish White #DFD4B1

Tints of Spanish White #DFD4B1

Color information

#DFD4B1 (or 0xDFD4B1) is unknown color: approx Spanish White. HEX triplet: DF, D4 and B1. RGB value is (223,212,177). Sum of RGB (Red+Green+Blue) = 223+212+177=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4B1 is #202B4E. Grayscale: #D3D3D3. Windows color (decimal): -2108239 or 11654367. OLE color: 11654367.

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

Color convert

RGB223212177-
CMYK00.050.210.13
HSL45.65º41.82%78.43%-
HSV(B)45.65º20.63%87.45%-
XYZ61.9165.9551.06-
YUV211.3108.64136.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 177 (69.53% from 255) = 28.92%
R=36.44%
G=34.64%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321217700.050.210.1345.6541.8278.43
HexDFD4B10515D2e2a4e
Octal3373242610525155652116
Binary11011111110101001011000101011010111011011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4B1; }

 p { color: rgb(223,212,177); }

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

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

 a { background-color: rgb(223,212,177); }

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

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

 span { border-color: rgb(223,212,177); }

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