Html Css Color HEX #D99F96 Rose

📋 copy color: '#D99F96'

red 217 ◦ green 159 ◦ blue 150

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

Shades of Rose #D99F96

Tints of Rose #D99F96

RGB

 RED value IS 217 (85.16% from 255) = 41.25%

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 41.25%
G = 30.23%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99F96 (or 0xD99F96) is known color: Rose. HEX triplet: D9, 9F and 96. RGB value is (217,159,150). Sum of RGB (Red+Green+Blue) = 217+159+150=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F96 is #266069. Grayscale: #AFAFAF. Windows color (decimal): -2515050 or 9871321. OLE color: 9871321.

HSL color Cylindrical-coordinate representation of color #D99F96: hue angle of 8.06º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99F96 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 150 -
CMYK 0 0.27 0.31 0.15
HSL 8.06º 0.47% 0.72% -
HSV(B) 8.06º 0.31% 0.85% -
XYZ 46.52 41.75 34.46 -
YUV 175.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 217 159 150 0 0.27 0.31 0.15 8.06 0.47 0.72
Hex D9 9F 96 0 1B 1F F 8 2F 48
Octal 331 237 226 0 33 37 17 10 57 110
Binary 11011001 10011111 10010110 0 11011 11111 1111 1000 101111 1001000

Color Harmonies of #D99F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F96

Black with #D99F96

Text Example


Text Example

White with #D99F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F96; }

 p { color: rgb(217,159,150); }

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

background-color css

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

 a { background-color: rgb(217,159,150); }

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

border-color css

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

 span { border-color: rgb(217,159,150); }

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