#DACBB3

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

Shades of Spanish White #DACBB3

Tints of Spanish White #DACBB3

Color information

#DACBB3 (or 0xDACBB3) is unknown color: approx Spanish White. HEX triplet: DA, CB and B3. RGB value is (218,203,179). Sum of RGB (Red+Green+Blue) = 218+203+179=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBB3 is #25344C. Grayscale: #CCCCCC. Windows color (decimal): -2438221 or 11783130. OLE color: 11783130.

HSL color Cylindrical-coordinate representation of color #DACBB3: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACBB3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218203179-
CMYK00.070.180.15
HSL36.92º34.51%77.84%-
HSV(B)36.92º17.89%85.49%-
XYZ58.4160.8751.32-
YUV204.75113.47137.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=36.33%
G=33.83%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820317900.070.180.1536.9234.5177.84
HexDACBB30712F25234e
Octal3323132630722174543116
Binary11011010110010111011001101111001011111001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBB3; }

 p { color: rgb(218,203,179); }

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

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

 a { background-color: rgb(218,203,179); }

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

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

 span { border-color: rgb(218,203,179); }

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