Html Css Color HEX #D99887 Petite Orchid

📋 copy color: '#D99887'

red 217 ◦ green 152 ◦ blue 135

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

Shades of Petite Orchid #D99887

Tints of Petite Orchid #D99887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

 BLUE value IS 135 (53.13% from 255) = 26.79%

R = 43.06%
G = 30.16%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D99887 (or 0xD99887) is known color: Petite Orchid. HEX triplet: D9, 98 and 87. RGB value is (217,152,135). Sum of RGB (Red+Green+Blue) = 217+152+135=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D99887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99887 is #266778. Grayscale: #A9A9A9. Windows color (decimal): -2516857 or 8886489. OLE color: 8886489.

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

Color convert

RGB 217 152 135 -
CMYK 0 0.30 0.38 0.15
HSL 12.44º 0.52% 0.69% -
HSV(B) 12.44º 0.38% 0.85% -
XYZ 44.22 38.96 28.11 -
YUV 169.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 217 152 135 0 0.30 0.38 0.15 12.44 0.52 0.69
Hex D9 98 87 0 1E 26 F C 34 45
Octal 331 230 207 0 36 46 17 14 64 105
Binary 11011001 10011000 10000111 0 11110 100110 1111 1100 110100 1000101

Color Harmonies of #D99887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99887

Black with #D99887

Text Example


Text Example

White with #D99887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99887; }

 p { color: rgb(217,152,135); }

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

background-color css

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

 a { background-color: rgb(217,152,135); }

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

border-color css

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

 span { border-color: rgb(217,152,135); }

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