#DCAD98

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

Shades of Rose #DCAD98

Tints of Rose #DCAD98

Color information

#DCAD98 (or 0xDCAD98) is unknown color: approx Rose. HEX triplet: DC, AD and 98. RGB value is (220,173,152). Sum of RGB (Red+Green+Blue) = 220+173+152=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD98 is #235267. Grayscale: #B8B8B8. Windows color (decimal): -2314856 or 10005980. OLE color: 10005980.

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

Color convert

RGB220173152-
CMYK00.210.310.14
HSL18.53º49.28%72.94%-
HSV(B)18.53º30.91%86.27%-
XYZ50.1347.3736.21-
YUV184.66109.57153.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=40.37%
G=31.74%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017315200.210.310.1418.5349.2872.94
HexDCAD980151FE133149
Octal33425523002537162361111
Binary110111001010110110011000010101111111110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD98; }

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

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

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

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

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

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

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

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