Html Css Color HEX #D99C8A Rose

📋 copy color: '#D99C8A'

red 217 ◦ green 156 ◦ blue 138

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

Shades of Rose #D99C8A

Tints of Rose #D99C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.53%

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

R = 42.47%
G = 30.53%
B = 27.01%

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

#D99C8A (or 0xD99C8A) is known color: Rose. HEX triplet: D9, 9C and 8A. RGB value is (217,156,138). Sum of RGB (Red+Green+Blue) = 217+156+138=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C8A is #266375. Grayscale: #ACACAC. Windows color (decimal): -2515830 or 9084121. OLE color: 9084121.

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

Color convert

RGB 217 156 138 -
CMYK 0 0.28 0.36 0.15
HSL 13.67º 0.51% 0.7% -
HSV(B) 13.67º 0.36% 0.85% -
XYZ 45.09 40.36 29.46 -
YUV 172.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 217 156 138 0 0.28 0.36 0.15 13.67 0.51 0.7
Hex D9 9C 8A 0 1C 24 F E 33 46
Octal 331 234 212 0 34 44 17 16 63 106
Binary 11011001 10011100 10001010 0 11100 100100 1111 1110 110011 1000110

Color Harmonies of #D99C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C8A

Black with #D99C8A

Text Example


Text Example

White with #D99C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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