#DDA698

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

Shades of Rose #DDA698

Tints of Rose #DDA698

Color information

#DDA698 (or 0xDDA698) is unknown color: approx Rose. HEX triplet: DD, A6 and 98. RGB value is (221,166,152). Sum of RGB (Red+Green+Blue) = 221+166+152=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA698 is #225967. Grayscale: #B4B4B4. Windows color (decimal): -2251112 or 10004189. OLE color: 10004189.

HSL color Cylindrical-coordinate representation of color #DDA698: hue angle of 12.17º 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 #DDA698 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221166152-
CMYK00.250.310.13
HSL12.17º50.36%73.14%-
HSV(B)12.17º31.22%86.67%-
XYZ49.1244.9135.79-
YUV180.85111.72156.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=41.00%
G=30.80%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116615200.250.310.1312.1750.3673.14
HexDDA6980191FDc3249
Octal33524623003137151462111
Binary11011101101001101001100001100111111110111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA698; }

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

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

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

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

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

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

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

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