#D29A8D

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

Shades of Rose #D29A8D

Tints of Rose #D29A8D

Color information

#D29A8D (or 0xD29A8D) is unknown color: approx Rose. HEX triplet: D2, 9A and 8D. RGB value is (210,154,141). Sum of RGB (Red+Green+Blue) = 210+154+141=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A8D is #2D6572. Grayscale: #A9A9A9. Windows color (decimal): -2975091 or 9280210. OLE color: 9280210.

HSL color Cylindrical-coordinate representation of color #D29A8D: hue angle of 11.3º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29A8D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210154141-
CMYK00.270.330.18
HSL11.3º43.4%68.82%-
HSV(B)11.3º32.86%82.35%-
XYZ42.9438.7430.41-
YUV169.26112.05157.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=41.58%
G=30.50%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015414100.270.330.1811.343.468.82
HexD29A8D01B2112b2b45
Octal32223221503341221353105
Binary1101001010011010100011010110111000011001010111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A8D; }

 p { color: rgb(210,154,141); }

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

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

 a { background-color: rgb(210,154,141); }

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

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

 span { border-color: rgb(210,154,141); }

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