#DAD1BB

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

Shades of Spanish White #DAD1BB

Tints of Spanish White #DAD1BB

Color information

#DAD1BB (or 0xDAD1BB) is unknown color: approx Spanish White. HEX triplet: DA, D1 and BB. RGB value is (218,209,187). Sum of RGB (Red+Green+Blue) = 218+209+187=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BB is #252E44. Grayscale: #D1D1D1. Windows color (decimal): -2436677 or 12308954. OLE color: 12308954.

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

Color convert

RGB218209187-
CMYK00.040.140.15
HSL42.58º29.52%79.41%-
HSV(B)42.58º14.22%85.49%-
XYZ60.6864.0956.19-
YUV209.18115.48134.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=35.50%
G=34.04%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820918700.040.140.1542.5829.5279.41
HexDAD1BB04EF2b1e4f
Octal3323212730416175336117
Binary110110101101000110111011010011101111101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1BB; }

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

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

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

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

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

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

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

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