#DDA695

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

Shades of Rose #DDA695

Tints of Rose #DDA695

Color information

#DDA695 (or 0xDDA695) is unknown color: approx Rose. HEX triplet: DD, A6 and 95. RGB value is (221,166,149). Sum of RGB (Red+Green+Blue) = 221+166+149=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA695 is #22596A. Grayscale: #B4B4B4. Windows color (decimal): -2251115 or 9807581. OLE color: 9807581.

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

Color convert

RGB221166149-
CMYK00.250.330.13
HSL14.17º51.43%72.55%-
HSV(B)14.17º32.58%86.67%-
XYZ48.8844.8134.51-
YUV180.51110.22156.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=41.23%
G=30.97%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116614900.250.330.1314.1751.4372.55
HexDDA69501921De3349
Octal33524622503141151663111
Binary110111011010011010010101011001100001110111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA695; }

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

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

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

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

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

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

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

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