#DAA39C

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

Shades of Rose #DAA39C

Tints of Rose #DAA39C

Color information

#DAA39C (or 0xDAA39C) is unknown color: approx Rose. HEX triplet: DA, A3 and 9C. RGB value is (218,163,156). Sum of RGB (Red+Green+Blue) = 218+163+156=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39C is #255C63. Grayscale: #B2B2B2. Windows color (decimal): -2448484 or 10265562. OLE color: 10265562.

HSL color Cylindrical-coordinate representation of color #DAA39C: hue angle of 6.77º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA39C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218163156-
CMYK00.250.280.15
HSL6.77º45.59%73.33%-
HSV(B)6.77º28.44%85.49%-
XYZ48.0143.537.32-
YUV178.65115.22156.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=40.60%
G=30.35%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816315600.250.280.156.7745.5973.33
HexDAA39C0191CF72e49
Octal3322432340313417756111
Binary1101101010100011100111000110011110011111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA39C; }

 p { color: rgb(218,163,156); }

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

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

 a { background-color: rgb(218,163,156); }

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

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

 span { border-color: rgb(218,163,156); }

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