#DDA78F

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

Shades of Rose #DDA78F

Tints of Rose #DDA78F

Color information

#DDA78F (or 0xDDA78F) is unknown color: approx Rose. HEX triplet: DD, A7 and 8F. RGB value is (221,167,143). Sum of RGB (Red+Green+Blue) = 221+167+143=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78F is #225870. Grayscale: #B4B4B4. Windows color (decimal): -2250865 or 9414621. OLE color: 9414621.

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

Color convert

RGB221167143-
CMYK00.240.350.13
HSL18.46º53.42%71.37%-
HSV(B)18.46º35.29%86.67%-
XYZ48.644.9932.11-
YUV180.41106.89156.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=41.62%
G=31.45%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116714300.240.350.1318.4653.4271.37
HexDDA78F01823D123547
Octal33524721703043152265107
Binary1101110110100111100011110110001000111101100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA78F; }

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

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

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

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

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

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

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

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