#DAA28C

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

Shades of Rose #DAA28C

Tints of Rose #DAA28C

Color information

#DAA28C (or 0xDAA28C) is unknown color: approx Rose. HEX triplet: DA, A2 and 8C. RGB value is (218,162,140). Sum of RGB (Red+Green+Blue) = 218+162+140=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA28C is #255D73. Grayscale: #B0B0B0. Windows color (decimal): -2448756 or 9216730. OLE color: 9216730.

HSL color Cylindrical-coordinate representation of color #DAA28C: hue angle of 16.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA28C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218162140-
CMYK00.260.360.15
HSL16.92º51.32%70.2%-
HSV(B)16.92º35.78%85.49%-
XYZ46.5742.6430.59-
YUV176.24107.55157.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=41.92%
G=31.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816214000.260.360.1516.9251.3270.2
HexDAA28C01A24F113346
Octal33224221403244172163106
Binary1101101010100010100011000110101001001111100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA28C; }

 p { color: rgb(218,162,140); }

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

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

 a { background-color: rgb(218,162,140); }

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

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

 span { border-color: rgb(218,162,140); }

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