#DDA792

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

Shades of Rose #DDA792

Tints of Rose #DDA792

Color information

#DDA792 (or 0xDDA792) is unknown color: approx Rose. HEX triplet: DD, A7 and 92. RGB value is (221,167,146). Sum of RGB (Red+Green+Blue) = 221+167+146=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA792 is #22586D. Grayscale: #B4B4B4. Windows color (decimal): -2250862 or 9611229. OLE color: 9611229.

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

Color convert

RGB221167146-
CMYK00.240.340.13
HSL16.8º52.45%71.96%-
HSV(B)16.8º33.94%86.67%-
XYZ48.8345.0833.32-
YUV180.75108.39156.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=41.39%
G=31.27%
B=27.34%

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
Decimal22116714600.240.340.1316.852.4571.96
HexDDA79201822D113448
Octal33524722203042152164110
Binary1101110110100111100100100110001000101101100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA792; }

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

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

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

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

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

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

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

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