Html Css Color HEX #DB9686 Petite Orchid

📋 copy color: '#DB9686'

red 219 ◦ green 150 ◦ blue 134

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

Shades of Petite Orchid #DB9686

Tints of Petite Orchid #DB9686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

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

R = 43.54%
G = 29.82%
B = 26.64%

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

#DB9686 (or 0xDB9686) is known color: Petite Orchid. HEX triplet: DB, 96 and 86. RGB value is (219,150,134). Sum of RGB (Red+Green+Blue) = 219+150+134=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9686 is #246979. Grayscale: #A8A8A8. Windows color (decimal): -2386298 or 8820443. OLE color: 8820443.

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

Color convert

RGB 219 150 134 -
CMYK 0 0.32 0.39 0.14
HSL 11.29º 0.54% 0.69% -
HSV(B) 11.29º 0.39% 0.86% -
XYZ 44.42 38.59 27.66 -
YUV 168.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 219 150 134 0 0.32 0.39 0.14 11.29 0.54 0.69
Hex DB 96 86 0 20 27 E B 36 45
Octal 333 226 206 0 40 47 16 13 66 105
Binary 11011011 10010110 10000110 0 100000 100111 1110 1011 110110 1000101

Color Harmonies of #DB9686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9686

Black with #DB9686

Text Example


Text Example

White with #DB9686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9686; }

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

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

background-color css

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

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

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

border-color css

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

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

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