Html Css Color HEX #DB9486 Petite Orchid

📋 copy color: '#DB9486'

red 219 ◦ green 148 ◦ blue 134

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

Shades of Petite Orchid #DB9486

Tints of Petite Orchid #DB9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

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

R = 43.71%
G = 29.54%
B = 26.75%

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

#DB9486 (or 0xDB9486) is known color: Petite Orchid. HEX triplet: DB, 94 and 86. RGB value is (219,148,134). Sum of RGB (Red+Green+Blue) = 219+148+134=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9486 is #246B79. Grayscale: #A7A7A7. Windows color (decimal): -2386810 or 8819931. OLE color: 8819931.

HSL color Cylindrical-coordinate representation of color #DB9486: hue angle of 9.88º 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 #DB9486 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 134 -
CMYK 0 0.32 0.39 0.14
HSL 9.88º 0.54% 0.69% -
HSV(B) 9.88º 0.39% 0.86% -
XYZ 44.11 37.96 27.56 -
YUV 167.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 219 148 134 0 0.32 0.39 0.14 9.88 0.54 0.69
Hex DB 94 86 0 20 27 E A 36 45
Octal 333 224 206 0 40 47 16 12 66 105
Binary 11011011 10010100 10000110 0 100000 100111 1110 1010 110110 1000101

Color Harmonies of #DB9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9486

Black with #DB9486

Text Example


Text Example

White with #DB9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9486; }

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

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

background-color css

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

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

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

border-color css

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

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

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