#DCAD99

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

Shades of Rose #DCAD99

Tints of Rose #DCAD99

Color information

#DCAD99 (or 0xDCAD99) is unknown color: approx Rose. HEX triplet: DC, AD and 99. RGB value is (220,173,153). Sum of RGB (Red+Green+Blue) = 220+173+153=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD99 is #235266. Grayscale: #B8B8B8. Windows color (decimal): -2314855 or 10071516. OLE color: 10071516.

HSL color Cylindrical-coordinate representation of color #DCAD99: hue angle of 17.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAD99 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220173153-
CMYK00.210.300.14
HSL17.91º48.91%73.14%-
HSV(B)17.91º30.45%86.27%-
XYZ50.2147.436.64-
YUV184.77110.07153.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=40.29%
G=31.68%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017315300.210.300.1417.9148.9173.14
HexDCAD990151EE123149
Octal33425523102536162261111
Binary110111001010110110011001010101111101110100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD99; }

 p { color: rgb(220,173,153); }

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

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

 a { background-color: rgb(220,173,153); }

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

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

 span { border-color: rgb(220,173,153); }

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