Html Css Color HEX #D0998B Rose

📋 copy color: '#D0998B'

red 208 ◦ green 153 ◦ blue 139

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

Shades of Rose #D0998B

Tints of Rose #D0998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 41.6%
G = 30.6%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0998B (or 0xD0998B) is known color: Rose. HEX triplet: D0, 99 and 8B. RGB value is (208,153,139). Sum of RGB (Red+Green+Blue) = 208+153+139=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998B is #2F6674. Grayscale: #A7A7A7. Windows color (decimal): -3106421 or 9148880. OLE color: 9148880.

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

Color convert

RGB 208 153 139 -
CMYK 0 0.26 0.33 0.18
HSL 12.17º 0.42% 0.68% -
HSV(B) 12.17º 0.33% 0.82% -
XYZ 42.06 38.06 29.55 -
YUV 167.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 208 153 139 0 0.26 0.33 0.18 12.17 0.42 0.68
Hex D0 99 8B 0 1A 21 12 C 2A 44
Octal 320 231 213 0 32 41 22 14 52 104
Binary 11010000 10011001 10001011 0 11010 100001 10010 1100 101010 1000100

Color Harmonies of #D0998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0998B

Black with #D0998B

Text Example


Text Example

White with #D0998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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