Html Css Color HEX #D89887 Petite Orchid

📋 copy color: '#D89887'

red 216 ◦ green 152 ◦ blue 135

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

Shades of Petite Orchid #D89887

Tints of Petite Orchid #D89887

RGB

 RED value IS 216 (84.77% from 255) = 42.94%

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

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

R = 42.94%
G = 30.22%
B = 26.84%

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

#D89887 (or 0xD89887) is known color: Petite Orchid. HEX triplet: D8, 98 and 87. RGB value is (216,152,135). Sum of RGB (Red+Green+Blue) = 216+152+135=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D89887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89887 is #276778. Grayscale: #A9A9A9. Windows color (decimal): -2582393 or 8886488. OLE color: 8886488.

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

Color convert

RGB 216 152 135 -
CMYK 0 0.30 0.38 0.15
HSL 12.59º 0.51% 0.69% -
HSV(B) 12.59º 0.38% 0.85% -
XYZ 43.92 38.8 28.1 -
YUV 169.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 216 152 135 0 0.30 0.38 0.15 12.59 0.51 0.69
Hex D8 98 87 0 1E 26 F D 33 45
Octal 330 230 207 0 36 46 17 15 63 105
Binary 11011000 10011000 10000111 0 11110 100110 1111 1101 110011 1000101

Color Harmonies of #D89887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89887

Black with #D89887

Text Example


Text Example

White with #D89887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89887; }

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

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

background-color css

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

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

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

border-color css

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

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

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