Html Css Color HEX #D79686 Petite Orchid

📋 copy color: '#D79686'

red 215 ◦ green 150 ◦ blue 134

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

Shades of Petite Orchid #D79686

Tints of Petite Orchid #D79686

RGB

 RED value IS 215 (84.38% from 255) = 43.09%

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

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

R = 43.09%
G = 30.06%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D79686 (or 0xD79686) is known color: Petite Orchid. HEX triplet: D7, 96 and 86. RGB value is (215,150,134). Sum of RGB (Red+Green+Blue) = 215+150+134=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D79686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79686 is #286979. Grayscale: #A7A7A7. Windows color (decimal): -2648442 or 8820439. OLE color: 8820439.

HSL color Cylindrical-coordinate representation of color #D79686: hue angle of 11.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79686 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 134 -
CMYK 0 0.30 0.38 0.16
HSL 11.85º 0.5% 0.68% -
HSV(B) 11.85º 0.38% 0.84% -
XYZ 43.23 37.98 27.61 -
YUV 167.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 215 150 134 0 0.30 0.38 0.16 11.85 0.5 0.68
Hex D7 96 86 0 1E 26 10 C 32 44
Octal 327 226 206 0 36 46 20 14 62 104
Binary 11010111 10010110 10000110 0 11110 100110 10000 1100 110010 1000100

Color Harmonies of #D79686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79686

Black with #D79686

Text Example


Text Example

White with #D79686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79686; }

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

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

background-color css

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

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

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

border-color css

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

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

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