Html Css Color HEX #D99C91 Petite Orchid

📋 copy color: '#D99C91'

red 217 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #D99C91

Tints of Petite Orchid #D99C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 41.89%
G = 30.12%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99C91 (or 0xD99C91) is known color: Petite Orchid. HEX triplet: D9, 9C and 91. RGB value is (217,156,145). Sum of RGB (Red+Green+Blue) = 217+156+145=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C91 is #26636E. Grayscale: #ADADAD. Windows color (decimal): -2515823 or 9542873. OLE color: 9542873.

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

Color convert

RGB 217 156 145 -
CMYK 0 0.28 0.33 0.15
HSL 9.17º 0.49% 0.71% -
HSV(B) 9.17º 0.33% 0.85% -
XYZ 45.61 40.57 32.22 -
YUV 172.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 217 156 145 0 0.28 0.33 0.15 9.17 0.49 0.71
Hex D9 9C 91 0 1C 21 F 9 31 47
Octal 331 234 221 0 34 41 17 11 61 107
Binary 11011001 10011100 10010001 0 11100 100001 1111 1001 110001 1000111

Color Harmonies of #D99C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C91

Black with #D99C91

Text Example


Text Example

White with #D99C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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