#D29D92

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

Shades of Rose #D29D92

Tints of Rose #D29D92

Color information

#D29D92 (or 0xD29D92) is unknown color: approx Rose. HEX triplet: D2, 9D and 92. RGB value is (210,157,146). Sum of RGB (Red+Green+Blue) = 210+157+146=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D92 is #2D626D. Grayscale: #ABABAB. Windows color (decimal): -2974318 or 9608658. OLE color: 9608658.

HSL color Cylindrical-coordinate representation of color #D29D92: hue angle of 10.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29D92 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210157146-
CMYK00.250.300.18
HSL10.31º41.56%69.8%-
HSV(B)10.31º30.48%82.35%-
XYZ43.8239.8932.58-
YUV171.59113.56155.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=40.94%
G=30.60%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015714600.250.300.1810.3141.5669.8
HexD29D920191E12a2a46
Octal32223522203136221252106
Binary110100101001110110010010011001111101001010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D92; }

 p { color: rgb(210,157,146); }

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

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

 a { background-color: rgb(210,157,146); }

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

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

 span { border-color: rgb(210,157,146); }

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