#DAA58F

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

Shades of Rose #DAA58F

Tints of Rose #DAA58F

Color information

#DAA58F (or 0xDAA58F) is unknown color: approx Rose. HEX triplet: DA, A5 and 8F. RGB value is (218,165,143). Sum of RGB (Red+Green+Blue) = 218+165+143=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA58F is #255A70. Grayscale: #B2B2B2. Windows color (decimal): -2447985 or 9414106. OLE color: 9414106.

HSL color Cylindrical-coordinate representation of color #DAA58F: hue angle of 17.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA58F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218165143-
CMYK00.240.340.15
HSL17.6º50.34%70.78%-
HSV(B)17.6º34.4%85.49%-
XYZ47.3343.831.95-
YUV178.34108.06156.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=41.44%
G=31.37%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816514300.240.340.1517.650.3470.78
HexDAA58F01822F123247
Octal33224521703042172262107
Binary1101101010100101100011110110001000101111100101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA58F; }

 p { color: rgb(218,165,143); }

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

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

 a { background-color: rgb(218,165,143); }

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

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

 span { border-color: rgb(218,165,143); }

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