Html Css Color HEX #DB9586 Petite Orchid

📋 copy color: '#DB9586'

red 219 ◦ green 149 ◦ blue 134

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

Shades of Petite Orchid #DB9586

Tints of Petite Orchid #DB9586

RGB

 RED value IS 219 (85.94% from 255) = 43.63%

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

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

R = 43.63%
G = 29.68%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB9586 (or 0xDB9586) is known color: Petite Orchid. HEX triplet: DB, 95 and 86. RGB value is (219,149,134). Sum of RGB (Red+Green+Blue) = 219+149+134=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9586 is #246A79. Grayscale: #A8A8A8. Windows color (decimal): -2386554 or 8820187. OLE color: 8820187.

HSL color Cylindrical-coordinate representation of color #DB9586: hue angle of 10.59º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9586 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 134 -
CMYK 0 0.32 0.39 0.14
HSL 10.59º 0.54% 0.69% -
HSV(B) 10.59º 0.39% 0.86% -
XYZ 44.26 38.28 27.61 -
YUV 168.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 219 149 134 0 0.32 0.39 0.14 10.59 0.54 0.69
Hex DB 95 86 0 20 27 E B 36 45
Octal 333 225 206 0 40 47 16 13 66 105
Binary 11011011 10010101 10000110 0 100000 100111 1110 1011 110110 1000101

Color Harmonies of #DB9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9586

Black with #DB9586

Text Example


Text Example

White with #DB9586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9586; }

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

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

background-color css

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

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

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

border-color css

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

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

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