Html Css Color HEX #D99D8A Rose

📋 copy color: '#D99D8A'

red 217 ◦ green 157 ◦ blue 138

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

Shades of Rose #D99D8A

Tints of Rose #D99D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 42.38%
G = 30.66%
B = 26.95%

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

#D99D8A (or 0xD99D8A) is known color: Rose. HEX triplet: D9, 9D and 8A. RGB value is (217,157,138). Sum of RGB (Red+Green+Blue) = 217+157+138=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D8A is #266275. Grayscale: #ACACAC. Windows color (decimal): -2515574 or 9084377. OLE color: 9084377.

HSL color Cylindrical-coordinate representation of color #D99D8A: hue angle of 14.43º 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 #D99D8A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 138 -
CMYK 0 0.28 0.36 0.15
HSL 14.43º 0.51% 0.7% -
HSV(B) 14.43º 0.36% 0.85% -
XYZ 45.26 40.7 29.52 -
YUV 172.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 217 157 138 0 0.28 0.36 0.15 14.43 0.51 0.7
Hex D9 9D 8A 0 1C 24 F E 33 46
Octal 331 235 212 0 34 44 17 16 63 106
Binary 11011001 10011101 10001010 0 11100 100100 1111 1110 110011 1000110

Color Harmonies of #D99D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D8A

Black with #D99D8A

Text Example


Text Example

White with #D99D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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