Html Css Color HEX #D89388 Petite Orchid

📋 copy color: '#D89388'

red 216 ◦ green 147 ◦ blue 136

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

Shades of Petite Orchid #D89388

Tints of Petite Orchid #D89388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.46%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 43.29%
G = 29.46%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D89388 (or 0xD89388) is known color: Petite Orchid. HEX triplet: D8, 93 and 88. RGB value is (216,147,136). Sum of RGB (Red+Green+Blue) = 216+147+136=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D89388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89388 is #276C77. Grayscale: #A6A6A6. Windows color (decimal): -2583672 or 8950744. OLE color: 8950744.

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

Color convert

RGB 216 147 136 -
CMYK 0 0.32 0.37 0.15
HSL 8.25º 0.51% 0.69% -
HSV(B) 8.25º 0.37% 0.85% -
XYZ 43.2 37.24 28.2 -
YUV 166.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 216 147 136 0 0.32 0.37 0.15 8.25 0.51 0.69
Hex D8 93 88 0 20 25 F 8 33 45
Octal 330 223 210 0 40 45 17 10 63 105
Binary 11011000 10010011 10001000 0 100000 100101 1111 1000 110011 1000101

Color Harmonies of #D89388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89388

Black with #D89388

Text Example


Text Example

White with #D89388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89388; }

 p { color: rgb(216,147,136); }

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

background-color css

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

 a { background-color: rgb(216,147,136); }

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

border-color css

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

 span { border-color: rgb(216,147,136); }

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