#D29D90

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

Shades of Rose #D29D90

Tints of Rose #D29D90

Color information

#D29D90 (or 0xD29D90) is unknown color: approx Rose. HEX triplet: D2, 9D and 90. RGB value is (210,157,144). Sum of RGB (Red+Green+Blue) = 210+157+144=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D90 is #2D626F. Grayscale: #ABABAB. Windows color (decimal): -2974320 or 9477586. OLE color: 9477586.

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

Color convert

RGB210157144-
CMYK00.250.310.18
HSL11.82º42.31%69.41%-
HSV(B)11.82º31.43%82.35%-
XYZ43.6739.8331.77-
YUV171.36112.56155.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=41.10%
G=30.72%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015714400.250.310.1811.8242.3169.41
HexD29D900191F12c2a45
Octal32223522003137221452105
Binary110100101001110110010000011001111111001011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D90; }

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

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

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

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

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

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

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

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