Html Css Color HEX #D99D92 Petite Orchid

📋 copy color: '#D99D92'

red 217 ◦ green 157 ◦ blue 146

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

Shades of Petite Orchid #D99D92

Tints of Petite Orchid #D99D92

RGB

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

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

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

R = 41.73%
G = 30.19%
B = 28.08%

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

#D99D92 (or 0xD99D92) is known color: Petite Orchid. HEX triplet: D9, 9D and 92. RGB value is (217,157,146). Sum of RGB (Red+Green+Blue) = 217+157+146=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D92 is #26626D. Grayscale: #ADADAD. Windows color (decimal): -2515566 or 9608665. OLE color: 9608665.

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

Color convert

RGB 217 157 146 -
CMYK 0 0.28 0.33 0.15
HSL 9.3º 0.48% 0.71% -
HSV(B) 9.3º 0.33% 0.85% -
XYZ 45.86 40.94 32.68 -
YUV 173.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 217 157 146 0 0.28 0.33 0.15 9.3 0.48 0.71
Hex D9 9D 92 0 1C 21 F 9 30 47
Octal 331 235 222 0 34 41 17 11 60 107
Binary 11011001 10011101 10010010 0 11100 100001 1111 1001 110000 1000111

Color Harmonies of #D99D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D92

Black with #D99D92

Text Example


Text Example

White with #D99D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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