#DAAC9C

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

Shades of Rose #DAAC9C

Tints of Rose #DAAC9C

Color information

#DAAC9C (or 0xDAAC9C) is unknown color: approx Rose. HEX triplet: DA, AC and 9C. RGB value is (218,172,156). Sum of RGB (Red+Green+Blue) = 218+172+156=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC9C is #255363. Grayscale: #B8B8B8. Windows color (decimal): -2446180 or 10267866. OLE color: 10267866.

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

Color convert

RGB218172156-
CMYK00.210.280.15
HSL15.48º45.59%73.33%-
HSV(B)15.48º28.44%85.49%-
XYZ49.6746.8137.87-
YUV183.93112.24152.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=39.93%
G=31.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817215600.210.280.1515.4845.5973.33
HexDAAC9C0151CFf2e49
Octal33225423402534171756111
Binary11011010101011001001110001010111100111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC9C; }

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

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

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

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

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

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

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

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