Html Css Color HEX #D99586 Petite Orchid

📋 copy color: '#D99586'

red 217 ◦ green 149 ◦ blue 134

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

Shades of Petite Orchid #D99586

Tints of Petite Orchid #D99586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 43.4%
G = 29.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D99586 (or 0xD99586) is known color: Petite Orchid. HEX triplet: D9, 95 and 86. RGB value is (217,149,134). Sum of RGB (Red+Green+Blue) = 217+149+134=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D99586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99586 is #266A79. Grayscale: #A7A7A7. Windows color (decimal): -2517626 or 8820185. OLE color: 8820185.

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

Color convert

RGB 217 149 134 -
CMYK 0 0.31 0.38 0.15
HSL 10.84º 0.52% 0.69% -
HSV(B) 10.84º 0.38% 0.85% -
XYZ 43.67 37.97 27.58 -
YUV 167.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 217 149 134 0 0.31 0.38 0.15 10.84 0.52 0.69
Hex D9 95 86 0 1F 26 F B 34 45
Octal 331 225 206 0 37 46 17 13 64 105
Binary 11011001 10010101 10000110 0 11111 100110 1111 1011 110100 1000101

Color Harmonies of #D99586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99586

Black with #D99586

Text Example


Text Example

White with #D99586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99586; }

 p { color: rgb(217,149,134); }

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

background-color css

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

 a { background-color: rgb(217,149,134); }

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

border-color css

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

 span { border-color: rgb(217,149,134); }

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