Html Css Color HEX #D99D8C Rose

📋 copy color: '#D99D8C'

red 217 ◦ green 157 ◦ blue 140

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

Shades of Rose #D99D8C

Tints of Rose #D99D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 42.22%
G = 30.54%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D99D8C (or 0xD99D8C) is known color: Rose. HEX triplet: D9, 9D and 8C. RGB value is (217,157,140). Sum of RGB (Red+Green+Blue) = 217+157+140=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D8C is #266273. Grayscale: #ADADAD. Windows color (decimal): -2515572 or 9215449. OLE color: 9215449.

HSL color Cylindrical-coordinate representation of color #D99D8C: hue angle of 13.25º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99D8C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 140 -
CMYK 0 0.28 0.35 0.15
HSL 13.25º 0.5% 0.7% -
HSV(B) 13.25º 0.35% 0.85% -
XYZ 45.41 40.76 30.29 -
YUV 173 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 217 157 140 0 0.28 0.35 0.15 13.25 0.5 0.7
Hex D9 9D 8C 0 1C 23 F D 32 46
Octal 331 235 214 0 34 43 17 15 62 106
Binary 11011001 10011101 10001100 0 11100 100011 1111 1101 110010 1000110

Color Harmonies of #D99D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D8C

Black with #D99D8C

Text Example


Text Example

White with #D99D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D8C; }

 p { color: rgb(217,157,140); }

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

background-color css

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

 a { background-color: rgb(217,157,140); }

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

border-color css

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

 span { border-color: rgb(217,157,140); }

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