#DAD1BA

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

Shades of Spanish White #DAD1BA

Tints of Spanish White #DAD1BA

Color information

#DAD1BA (or 0xDAD1BA) is unknown color: approx Spanish White. HEX triplet: DA, D1 and BA. RGB value is (218,209,186). Sum of RGB (Red+Green+Blue) = 218+209+186=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BA is #252E45. Grayscale: #D1D1D1. Windows color (decimal): -2436678 or 12243418. OLE color: 12243418.

HSL color Cylindrical-coordinate representation of color #DAD1BA: hue angle of 43.13º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD1BA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218209186-
CMYK00.040.150.15
HSL43.13º30.19%79.22%-
HSV(B)43.13º14.68%85.49%-
XYZ60.5864.0555.62-
YUV209.07114.98134.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=35.56%
G=34.09%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820918600.040.150.1543.1330.1979.22
HexDAD1BA04FF2b1e4f
Octal3323212720417175336117
Binary110110101101000110111010010011111111101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1BA; }

 p { color: rgb(218,209,186); }

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

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

 a { background-color: rgb(218,209,186); }

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

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

 span { border-color: rgb(218,209,186); }

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