#DAA18D

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

Shades of Rose #DAA18D

Tints of Rose #DAA18D

Color information

#DAA18D (or 0xDAA18D) is unknown color: approx Rose. HEX triplet: DA, A1 and 8D. RGB value is (218,161,141). Sum of RGB (Red+Green+Blue) = 218+161+141=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA18D is #255E72. Grayscale: #AFAFAF. Windows color (decimal): -2449011 or 9282010. OLE color: 9282010.

HSL color Cylindrical-coordinate representation of color #DAA18D: hue angle of 15.58º 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 #DAA18D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218161141-
CMYK00.260.350.15
HSL15.58º50.99%70.39%-
HSV(B)15.58º35.32%85.49%-
XYZ46.4742.3230.92-
YUV175.76108.38158.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=41.92%
G=30.96%
B=27.12%

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
Decimal21816114100.260.350.1515.5850.9970.39
HexDAA18D01A23F103346
Octal33224121503243172063106
Binary1101101010100001100011010110101000111111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA18D; }

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

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

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

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

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

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

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

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