#DACCB6

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

Shades of Spanish White #DACCB6

Tints of Spanish White #DACCB6

Color information

#DACCB6 (or 0xDACCB6) is unknown color: approx Spanish White. HEX triplet: DA, CC and B6. RGB value is (218,204,182). Sum of RGB (Red+Green+Blue) = 218+204+182=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCB6 is #253349. Grayscale: #CDCDCD. Windows color (decimal): -2437962 or 11979994. OLE color: 11979994.

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

Color convert

RGB218204182-
CMYK00.060.170.15
HSL36.67º32.73%78.43%-
HSV(B)36.67º16.51%85.49%-
XYZ58.9561.4753.01-
YUV205.68114.64136.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=36.09%
G=33.77%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820418200.060.170.1536.6732.7378.43
HexDACCB60611F25214e
Octal3323142660621174541116
Binary11011010110011001011011001101000111111001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCB6; }

 p { color: rgb(218,204,182); }

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

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

 a { background-color: rgb(218,204,182); }

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

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

 span { border-color: rgb(218,204,182); }

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