#DAA28D

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

Shades of Rose #DAA28D

Tints of Rose #DAA28D

Color information

#DAA28D (or 0xDAA28D) is unknown color: approx Rose. HEX triplet: DA, A2 and 8D. RGB value is (218,162,141). Sum of RGB (Red+Green+Blue) = 218+162+141=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA28D is #255D72. Grayscale: #B0B0B0. Windows color (decimal): -2448755 or 9282266. OLE color: 9282266.

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

Color convert

RGB218162141-
CMYK00.260.350.15
HSL16.36º50.99%70.39%-
HSV(B)16.36º35.32%85.49%-
XYZ46.6442.6730.98-
YUV176.35108.05157.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=41.84%
G=31.09%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816214100.260.350.1516.3650.9970.39
HexDAA28D01A23F103346
Octal33224221503243172063106
Binary1101101010100010100011010110101000111111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA28D; }

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

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

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

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

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

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

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

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