#DAA6B4

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

Shades of Blossom #DAA6B4

Tints of Blossom #DAA6B4

Color information

#DAA6B4 (or 0xDAA6B4) is unknown color: approx Blossom. HEX triplet: DA, A6 and B4. RGB value is (218,166,180). Sum of RGB (Red+Green+Blue) = 218+166+180=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6B4 is #25594B. Grayscale: #B7B7B7. Windows color (decimal): -2447692 or 11839194. OLE color: 11839194.

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

Color convert

RGB218166180-
CMYK00.240.170.15
HSL343.85º41.27%75.29%-
HSV(B)343.85º23.85%85.49%-
XYZ50.7945.4749.28-
YUV183.14126.23152.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=38.65%
G=29.43%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816618000.240.170.15343.8541.2775.29
HexDAA6B401811F158294b
Octal332246264030211753051113
Binary1101101010100110101101000110001000111111010110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6B4; }

 p { color: rgb(218,166,180); }

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

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

 a { background-color: rgb(218,166,180); }

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

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

 span { border-color: rgb(218,166,180); }

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