Html Css Color HEX #D99D96 Petite Orchid

📋 copy color: '#D99D96'

red 217 ◦ green 157 ◦ blue 150

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

Shades of Petite Orchid #D99D96

Tints of Petite Orchid #D99D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 41.41%
G = 29.96%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99D96 (or 0xD99D96) is known color: Petite Orchid. HEX triplet: D9, 9D and 96. RGB value is (217,157,150). Sum of RGB (Red+Green+Blue) = 217+157+150=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D96 is #266269. Grayscale: #AEAEAE. Windows color (decimal): -2515562 or 9870809. OLE color: 9870809.

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

Color convert

RGB 217 157 150 -
CMYK 0 0.28 0.31 0.15
HSL 6.27º 0.47% 0.72% -
HSV(B) 6.27º 0.31% 0.85% -
XYZ 46.18 41.07 34.35 -
YUV 174.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 217 157 150 0 0.28 0.31 0.15 6.27 0.47 0.72
Hex D9 9D 96 0 1C 1F F 6 2F 48
Octal 331 235 226 0 34 37 17 6 57 110
Binary 11011001 10011101 10010110 0 11100 11111 1111 110 101111 1001000

Color Harmonies of #D99D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D96

Black with #D99D96

Text Example


Text Example

White with #D99D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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