#dcac95

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

Shades of Rose #DCAC95

Tints of Rose #DCAC95

Color information

#DCAC95 (or 0xDCAC95) is unknown color: approx Rose. HEX triplet: DC, AC and 95. RGB value is (220,172,149). Sum of RGB (Red+Green+Blue) = 220+172+149=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC95 is #23536A. Grayscale: #B7B7B7. Windows color (decimal): -2315115 or 9809116. OLE color: 9809116.

HSL color Cylindrical-coordinate representation of color #DCAC95: hue angle of 19.44º 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 #DCAC95 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220172149-
CMYK00.220.320.14
HSL19.44º50.35%72.35%-
HSV(B)19.44º32.27%86.27%-
XYZ49.6946.8934.87-
YUV183.73108.4153.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=40.67%
G=31.79%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017214900.220.320.1419.4450.3572.35
HexDCAC9501620E133248
Octal33425422502640162362110
Binary1101110010101100100101010101101000001110100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcac95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcac95; }

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

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

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

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

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

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

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

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