#DAD0BB

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

Shades of Spanish White #DAD0BB

Tints of Spanish White #DAD0BB

Color information

#DAD0BB (or 0xDAD0BB) is unknown color: approx Spanish White. HEX triplet: DA, D0 and BB. RGB value is (218,208,187). Sum of RGB (Red+Green+Blue) = 218+208+187=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0BB is #252F44. Grayscale: #D0D0D0. Windows color (decimal): -2436933 or 12308698. OLE color: 12308698.

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

Color convert

RGB218208187-
CMYK00.050.140.15
HSL40.65º29.52%79.41%-
HSV(B)40.65º14.22%85.49%-
XYZ60.4463.6156.11-
YUV208.6115.81134.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=35.56%
G=33.93%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820818700.050.140.1540.6529.5279.41
HexDAD0BB05EF291e4f
Octal3323202730516175136117
Binary110110101101000010111011010111101111101001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0BB; }

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

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

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

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

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

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

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

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