#D29C86

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

Shades of Rose #D29C86

Tints of Rose #D29C86

Color information

#D29C86 (or 0xD29C86) is unknown color: approx Rose. HEX triplet: D2, 9C and 86. RGB value is (210,156,134). Sum of RGB (Red+Green+Blue) = 210+156+134=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C86 is #2D6379. Grayscale: #A9A9A9. Windows color (decimal): -2974586 or 8821970. OLE color: 8821970.

HSL color Cylindrical-coordinate representation of color #D29C86: hue angle of 17.37º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29C86 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210156134-
CMYK00.260.360.18
HSL17.37º45.78%67.45%-
HSV(B)17.37º36.19%82.35%-
XYZ42.7739.227.87-
YUV169.64107.89156.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=42%
G=31.2%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015613400.260.360.1817.3745.7867.45
HexD29C8601A2412112e43
Octal32223420603244222156103
Binary11010010100111001000011001101010010010010100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C86; }

 p { color: rgb(210,156,134); }

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

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

 a { background-color: rgb(210,156,134); }

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

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

 span { border-color: rgb(210,156,134); }

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