#DDAC98

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

Shades of Rose #DDAC98

Tints of Rose #DDAC98

Color information

#DDAC98 (or 0xDDAC98) is unknown color: approx Rose. HEX triplet: DD, AC and 98. RGB value is (221,172,152). Sum of RGB (Red+Green+Blue) = 221+172+152=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC98 is #225367. Grayscale: #B8B8B8. Windows color (decimal): -2249576 or 10005725. OLE color: 10005725.

HSL color Cylindrical-coordinate representation of color #DDAC98: hue angle of 17.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAC98 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221172152-
CMYK00.220.310.13
HSL17.39º50.36%73.14%-
HSV(B)17.39º31.22%86.67%-
XYZ50.2447.1436.16-
YUV184.37109.73154.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=40.55%
G=31.56%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117215200.220.310.1317.3950.3673.14
HexDDAC980161FD113249
Octal33525423002637152162111
Binary110111011010110010011000010110111111101100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC98; }

 p { color: rgb(221,172,152); }

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

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

 a { background-color: rgb(221,172,152); }

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

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

 span { border-color: rgb(221,172,152); }

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