#DCAA95

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

Shades of Rose #DCAA95

Tints of Rose #DCAA95

Color information

#DCAA95 (or 0xDCAA95) is unknown color: approx Rose. HEX triplet: DC, AA and 95. RGB value is (220,170,149). Sum of RGB (Red+Green+Blue) = 220+170+149=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA95 is #23556A. Grayscale: #B6B6B6. Windows color (decimal): -2315627 or 9808604. OLE color: 9808604.

HSL color Cylindrical-coordinate representation of color #DCAA95: hue angle of 17.75º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAA95 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220170149-
CMYK00.230.320.14
HSL17.75º50.35%72.35%-
HSV(B)17.75º32.27%86.27%-
XYZ49.3146.1434.74-
YUV182.56109.06154.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=40.82%
G=31.54%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017014900.230.320.1417.7550.3572.35
HexDCAA9501720E123248
Octal33425222502740162262110
Binary1101110010101010100101010101111000001110100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA95; }

 p { color: rgb(220,170,149); }

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

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

 a { background-color: rgb(220,170,149); }

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

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

 span { border-color: rgb(220,170,149); }

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