#DAAC97

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

Shades of Rose #DAAC97

Tints of Rose #DAAC97

Color information

#DAAC97 (or 0xDAAC97) is unknown color: approx Rose. HEX triplet: DA, AC and 97. RGB value is (218,172,151). Sum of RGB (Red+Green+Blue) = 218+172+151=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC97 is #255368. Grayscale: #B7B7B7. Windows color (decimal): -2446185 or 9940186. OLE color: 9940186.

HSL color Cylindrical-coordinate representation of color #DAAC97: hue angle of 18.81º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAC97 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218172151-
CMYK00.210.310.15
HSL18.81º47.52%72.35%-
HSV(B)18.81º30.73%85.49%-
XYZ49.2546.6435.69-
YUV183.36109.74152.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=40.30%
G=31.79%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817215100.210.310.1518.8147.5272.35
HexDAAC970151FF133048
Octal33225422702537172360110
Binary110110101010110010010111010101111111111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC97; }

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

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

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

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

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

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

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

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