#DCAB93

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

Shades of Rose #DCAB93

Tints of Rose #DCAB93

Color information

#DCAB93 (or 0xDCAB93) is unknown color: approx Rose. HEX triplet: DC, AB and 93. RGB value is (220,171,147). Sum of RGB (Red+Green+Blue) = 220+171+147=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB93 is #23546C. Grayscale: #B7B7B7. Windows color (decimal): -2315373 or 9677788. OLE color: 9677788.

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

Color convert

RGB220171147-
CMYK00.220.330.14
HSL19.73º51.05%71.96%-
HSV(B)19.73º33.18%86.27%-
XYZ49.3446.4533.97-
YUV182.92107.73154.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=40.89%
G=31.78%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017114700.220.330.1419.7351.0571.96
HexDCAB9301621E143348
Octal33425322302641162463110
Binary1101110010101011100100110101101000011110101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB93; }

 p { color: rgb(220,171,147); }

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

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

 a { background-color: rgb(220,171,147); }

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

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

 span { border-color: rgb(220,171,147); }

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