Html Css Color HEX #D0998E Rose

📋 copy color: '#D0998E'

red 208 ◦ green 153 ◦ blue 142

#D0998E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D0998E

Tints of Rose #D0998E

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 41.35%
G = 30.42%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0998E (or 0xD0998E) is known color: Rose. HEX triplet: D0, 99 and 8E. RGB value is (208,153,142). Sum of RGB (Red+Green+Blue) = 208+153+142=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998E is #2F6671. Grayscale: #A8A8A8. Windows color (decimal): -3106418 or 9345488. OLE color: 9345488.

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

Color convert

RGB 208 153 142 -
CMYK 0 0.26 0.32 0.18
HSL 10º 0.41% 0.69% -
HSV(B) 10º 0.32% 0.82% -
XYZ 42.29 38.15 30.73 -
YUV 168.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 208 153 142 0 0.26 0.32 0.18 10 0.41 0.69
Hex D0 99 8E 0 1A 20 12 A 29 45
Octal 320 231 216 0 32 40 22 12 51 105
Binary 11010000 10011001 10001110 0 11010 100000 10010 1010 101001 1000101

Color Harmonies of #D0998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0998E

Black with #D0998E

Text Example


Text Example

White with #D0998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0998E; }

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

 H1.HeaderClassName
 {
   color: #D0998E;
 }
 .AnyTagClassName
 {
   color: #D0998E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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