#DAAB94

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

Shades of Rose #DAAB94

Tints of Rose #DAAB94

Color information

#DAAB94 (or 0xDAAB94) is unknown color: approx Rose. HEX triplet: DA, AB and 94. RGB value is (218,171,148). Sum of RGB (Red+Green+Blue) = 218+171+148=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB94 is #25546B. Grayscale: #B6B6B6. Windows color (decimal): -2446444 or 9743322. OLE color: 9743322.

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

Color convert

RGB218171148-
CMYK00.220.320.15
HSL19.71º48.61%71.76%-
HSV(B)19.71º32.11%85.49%-
XYZ48.8246.1734.36-
YUV182.43108.57153.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=40.60%
G=31.84%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817114800.220.320.1519.7148.6171.76
HexDAAB9401620F143148
Octal33225322402640172461110
Binary1101101010101011100101000101101000001111101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB94; }

 p { color: rgb(218,171,148); }

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

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

 a { background-color: rgb(218,171,148); }

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

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

 span { border-color: rgb(218,171,148); }

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