#DACCB9

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

Shades of Blanc #DACCB9

Tints of Blanc #DACCB9

Color information

#DACCB9 (or 0xDACCB9) is unknown color: approx Blanc. HEX triplet: DA, CC and B9. RGB value is (218,204,185). Sum of RGB (Red+Green+Blue) = 218+204+185=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCB9 is #253346. Grayscale: #CECECE. Windows color (decimal): -2437959 or 12176602. OLE color: 12176602.

HSL color Cylindrical-coordinate representation of color #DACCB9: hue angle of 34.55º degrees, saturation: 0.31, 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 #DACCB9 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218204185-
CMYK00.060.150.15
HSL34.55º30.84%79.02%-
HSV(B)34.55º15.14%85.49%-
XYZ59.2661.5954.66-
YUV206.02116.14136.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=35.91%
G=33.61%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820418500.060.150.1534.5530.8479.02
HexDACCB906FF231f4f
Octal3323142710617174337117
Binary110110101100110010111001011011111111100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCB9; }

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

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

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

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

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

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

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

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