Html Css Color HEX #D99D8B Rose

📋 copy color: '#D99D8B'

red 217 ◦ green 157 ◦ blue 139

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

Shades of Rose #D99D8B

Tints of Rose #D99D8B

RGB

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

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

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

R = 42.3%
G = 30.6%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D99D8B (or 0xD99D8B) is known color: Rose. HEX triplet: D9, 9D and 8B. RGB value is (217,157,139). Sum of RGB (Red+Green+Blue) = 217+157+139=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D8B is #266274. Grayscale: #ADADAD. Windows color (decimal): -2515573 or 9149913. OLE color: 9149913.

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

Color convert

RGB 217 157 139 -
CMYK 0 0.28 0.36 0.15
HSL 13.85º 0.51% 0.7% -
HSV(B) 13.85º 0.36% 0.85% -
XYZ 45.33 40.73 29.9 -
YUV 172.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 217 157 139 0 0.28 0.36 0.15 13.85 0.51 0.7
Hex D9 9D 8B 0 1C 24 F E 33 46
Octal 331 235 213 0 34 44 17 16 63 106
Binary 11011001 10011101 10001011 0 11100 100100 1111 1110 110011 1000110

Color Harmonies of #D99D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D8B

Black with #D99D8B

Text Example


Text Example

White with #D99D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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