Html Css Color HEX #D99F92 Rose

📋 copy color: '#D99F92'

red 217 ◦ green 159 ◦ blue 146

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

Shades of Rose #D99F92

Tints of Rose #D99F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.97%

R = 41.57%
G = 30.46%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99F92 (or 0xD99F92) is known color: Rose. HEX triplet: D9, 9F and 92. RGB value is (217,159,146). Sum of RGB (Red+Green+Blue) = 217+159+146=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F92 is #26606D. Grayscale: #AEAEAE. Windows color (decimal): -2515054 or 9609177. OLE color: 9609177.

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

Color convert

RGB 217 159 146 -
CMYK 0 0.27 0.33 0.15
HSL 10.99º 0.48% 0.71% -
HSV(B) 10.99º 0.33% 0.85% -
XYZ 46.2 41.62 32.79 -
YUV 174.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 217 159 146 0 0.27 0.33 0.15 10.99 0.48 0.71
Hex D9 9F 92 0 1B 21 F B 30 47
Octal 331 237 222 0 33 41 17 13 60 107
Binary 11011001 10011111 10010010 0 11011 100001 1111 1011 110000 1000111

Color Harmonies of #D99F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F92

Black with #D99F92

Text Example


Text Example

White with #D99F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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