#DCAA92

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

Shades of Rose #DCAA92

Tints of Rose #DCAA92

Color information

#DCAA92 (or 0xDCAA92) is unknown color: approx Rose. HEX triplet: DC, AA and 92. RGB value is (220,170,146). Sum of RGB (Red+Green+Blue) = 220+170+146=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA92 is #23556D. Grayscale: #B6B6B6. Windows color (decimal): -2315630 or 9611996. OLE color: 9611996.

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

Color convert

RGB220170146-
CMYK00.230.340.14
HSL19.46º51.39%71.76%-
HSV(B)19.46º33.64%86.27%-
XYZ49.0846.0433.49-
YUV182.21107.56154.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=41.04%
G=31.72%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017014600.230.340.1419.4651.3971.76
HexDCAA9201722E133348
Octal33425222202742162363110
Binary1101110010101010100100100101111000101110100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA92; }

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

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

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

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

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

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

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

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