#DAA48D

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

Shades of Rose #DAA48D

Tints of Rose #DAA48D

Color information

#DAA48D (or 0xDAA48D) is unknown color: approx Rose. HEX triplet: DA, A4 and 8D. RGB value is (218,164,141). Sum of RGB (Red+Green+Blue) = 218+164+141=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA48D is #255B72. Grayscale: #B1B1B1. Windows color (decimal): -2448243 or 9282778. OLE color: 9282778.

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

Color convert

RGB218164141-
CMYK00.250.350.15
HSL17.92º50.99%70.39%-
HSV(B)17.92º35.32%85.49%-
XYZ4743.3831.1-
YUV177.52107.39156.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=41.68%
G=31.36%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816414100.250.350.1517.9250.9970.39
HexDAA48D01923F123346
Octal33224421503143172263106
Binary1101101010100100100011010110011000111111100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA48D; }

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

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

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

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

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

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

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

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