Html Css Color HEX #D99C92 Petite Orchid

📋 copy color: '#D99C92'

red 217 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #D99C92

Tints of Petite Orchid #D99C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 41.81%
G = 30.06%
B = 28.13%

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

#D99C92 (or 0xD99C92) is known color: Petite Orchid. HEX triplet: D9, 9C and 92. RGB value is (217,156,146). Sum of RGB (Red+Green+Blue) = 217+156+146=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C92 is #26636D. Grayscale: #ADADAD. Windows color (decimal): -2515822 or 9608409. OLE color: 9608409.

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

Color convert

RGB 217 156 146 -
CMYK 0 0.28 0.33 0.15
HSL 8.45º 0.48% 0.71% -
HSV(B) 8.45º 0.33% 0.85% -
XYZ 45.69 40.6 32.62 -
YUV 173.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 217 156 146 0 0.28 0.33 0.15 8.45 0.48 0.71
Hex D9 9C 92 0 1C 21 F 8 30 47
Octal 331 234 222 0 34 41 17 10 60 107
Binary 11011001 10011100 10010010 0 11100 100001 1111 1000 110000 1000111

Color Harmonies of #D99C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C92

Black with #D99C92

Text Example


Text Example

White with #D99C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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