#D19D90

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

Shades of Rose #D19D90

Tints of Rose #D19D90

Color information

#D19D90 (or 0xD19D90) is unknown color: approx Rose. HEX triplet: D1, 9D and 90. RGB value is (209,157,144). Sum of RGB (Red+Green+Blue) = 209+157+144=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D90 is #2E626F. Grayscale: #ABABAB. Windows color (decimal): -3039856 or 9477585. OLE color: 9477585.

HSL color Cylindrical-coordinate representation of color #D19D90: hue angle of 12º degrees, saturation: 0.41, 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 #D19D90 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209157144-
CMYK00.250.310.18
HSL12º41.4%69.22%-
HSV(B)12º31.1%81.96%-
XYZ43.3939.6831.76-
YUV171.07112.73155.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=40.98%
G=30.78%
B=28.24%

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
Decimal20915714400.250.310.181241.469.22
HexD19D900191F12c2945
Octal32123522003137221451105
Binary110100011001110110010000011001111111001011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D90; }

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

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

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

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

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

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

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

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