#DDA692

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

Shades of Rose #DDA692

Tints of Rose #DDA692

Color information

#DDA692 (or 0xDDA692) is unknown color: approx Rose. HEX triplet: DD, A6 and 92. RGB value is (221,166,146). Sum of RGB (Red+Green+Blue) = 221+166+146=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA692 is #22596D. Grayscale: #B4B4B4. Windows color (decimal): -2251118 or 9610973. OLE color: 9610973.

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

Color convert

RGB221166146-
CMYK00.250.340.13
HSL16º52.45%71.96%-
HSV(B)16º33.94%86.67%-
XYZ48.6444.7233.26-
YUV180.16108.72157.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=41.46%
G=31.14%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116614600.250.340.131652.4571.96
HexDDA69201922D103448
Octal33524622203142152064110
Binary1101110110100110100100100110011000101101100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA692; }

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

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

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

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

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

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

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

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