#DDA694

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

Shades of Rose #DDA694

Tints of Rose #DDA694

Color information

#DDA694 (or 0xDDA694) is unknown color: approx Rose. HEX triplet: DD, A6 and 94. RGB value is (221,166,148). Sum of RGB (Red+Green+Blue) = 221+166+148=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA694 is #22596B. Grayscale: #B4B4B4. Windows color (decimal): -2251116 or 9742045. OLE color: 9742045.

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

Color convert

RGB221166148-
CMYK00.250.330.13
HSL14.79º51.77%72.35%-
HSV(B)14.79º33.03%86.67%-
XYZ48.844.7834.09-
YUV180.39109.72156.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=41.31%
G=31.03%
B=27.66%

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
Decimal22116614800.250.330.1314.7951.7772.35
HexDDA69401921Df3448
Octal33524622403141151764110
Binary110111011010011010010100011001100001110111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA694; }

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

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

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

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

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

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

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

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