#DAA8B4

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

Shades of Blossom #DAA8B4

Tints of Blossom #DAA8B4

Color information

#DAA8B4 (or 0xDAA8B4) is unknown color: approx Blossom. HEX triplet: DA, A8 and B4. RGB value is (218,168,180). Sum of RGB (Red+Green+Blue) = 218+168+180=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8B4 is #25574B. Grayscale: #B8B8B8. Windows color (decimal): -2447180 or 11839706. OLE color: 11839706.

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

Color convert

RGB218168180-
CMYK00.230.170.15
HSL345.6º40.32%75.69%-
HSV(B)345.6º22.94%85.49%-
XYZ51.1546.2149.4-
YUV184.32125.56152.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=38.52%
G=29.68%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816818000.230.170.15345.640.3275.69
HexDAA8B401711F15a284c
Octal332250264027211753250114
Binary1101101010101000101101000101111000111111010110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8B4; }

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

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

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

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

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

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

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

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