Html Css Color HEX #D99C97 Petite Orchid

📋 copy color: '#D99C97'

red 217 ◦ green 156 ◦ blue 151

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

Shades of Petite Orchid #D99C97

Tints of Petite Orchid #D99C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 41.41%
G = 29.77%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99C97 (or 0xD99C97) is known color: Petite Orchid. HEX triplet: D9, 9C and 97. RGB value is (217,156,151). Sum of RGB (Red+Green+Blue) = 217+156+151=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C97 is #266368. Grayscale: #ADADAD. Windows color (decimal): -2515817 or 9936089. OLE color: 9936089.

HSL color Cylindrical-coordinate representation of color #D99C97: hue angle of 4.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99C97 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 151 -
CMYK 0 0.28 0.30 0.15
HSL 4.55º 0.46% 0.72% -
HSV(B) 4.55º 0.3% 0.85% -
XYZ 46.09 40.76 34.72 -
YUV 173.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 217 156 151 0 0.28 0.30 0.15 4.55 0.46 0.72
Hex D9 9C 97 0 1C 1E F 5 2E 48
Octal 331 234 227 0 34 36 17 5 56 110
Binary 11011001 10011100 10010111 0 11100 11110 1111 101 101110 1001000

Color Harmonies of #D99C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C97

Black with #D99C97

Text Example


Text Example

White with #D99C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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