#DDA892

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

Shades of Rose #DDA892

Tints of Rose #DDA892

Color information

#DDA892 (or 0xDDA892) is unknown color: approx Rose. HEX triplet: DD, A8 and 92. RGB value is (221,168,146). Sum of RGB (Red+Green+Blue) = 221+168+146=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA892 is #22576D. Grayscale: #B5B5B5. Windows color (decimal): -2250606 or 9611485. OLE color: 9611485.

HSL color Cylindrical-coordinate representation of color #DDA892: hue angle of 17.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA892 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221168146-
CMYK00.240.340.13
HSL17.6º52.45%71.96%-
HSV(B)17.6º33.94%86.67%-
XYZ49.0145.4533.38-
YUV181.34108.06156.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=41.31%
G=31.40%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116814600.240.340.1317.652.4571.96
HexDDA89201822D123448
Octal33525022203042152264110
Binary1101110110101000100100100110001000101101100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA892; }

 p { color: rgb(221,168,146); }

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

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

 a { background-color: rgb(221,168,146); }

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

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

 span { border-color: rgb(221,168,146); }

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