#DFD3B3

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

Shades of Spanish White #DFD3B3

Tints of Spanish White #DFD3B3

Color information

#DFD3B3 (or 0xDFD3B3) is unknown color: approx Spanish White. HEX triplet: DF, D3 and B3. RGB value is (223,211,179). Sum of RGB (Red+Green+Blue) = 223+211+179=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3B3 is #202C4C. Grayscale: #D3D3D3. Windows color (decimal): -2108493 or 11785183. OLE color: 11785183.

HSL color Cylindrical-coordinate representation of color #DFD3B3: hue angle of 43.64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFD3B3 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223211179-
CMYK00.050.200.13
HSL43.64º40.74%78.82%-
HSV(B)43.64º19.73%87.45%-
XYZ61.8665.5352.04-
YUV210.94109.98136.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=36.38%
G=34.42%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117900.050.200.1343.6440.7478.82
HexDFD3B30514D2c294f
Octal3373232630524155451117
Binary11011111110100111011001101011010011011011001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3B3; }

 p { color: rgb(223,211,179); }

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

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

 a { background-color: rgb(223,211,179); }

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

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

 span { border-color: rgb(223,211,179); }

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