#D0998F

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

Shades of Rose #D0998F

Tints of Rose #D0998F

Color information

#D0998F (or 0xD0998F) is unknown color: approx Rose. HEX triplet: D0, 99 and 8F. RGB value is (208,153,143). Sum of RGB (Red+Green+Blue) = 208+153+143=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998F is #2F6670. Grayscale: #A8A8A8. Windows color (decimal): -3106417 or 9411024. OLE color: 9411024.

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

Color convert

RGB208153143-
CMYK00.260.310.18
HSL9.23º40.88%68.82%-
HSV(B)9.23º31.25%81.57%-
XYZ42.3638.1831.12-
YUV168.3113.72156.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=41.27%
G=30.36%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815314300.260.310.189.2340.8868.82
HexD0998F01A1F1292945
Octal32023121703237221151105
Binary110100001001100110001111011010111111001010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0998F; }

 p { color: rgb(208,153,143); }

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

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

 a { background-color: rgb(208,153,143); }

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

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

 span { border-color: rgb(208,153,143); }

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