Html Css Color HEX #D79688 Petite Orchid

📋 copy color: '#D79688'

red 215 ◦ green 150 ◦ blue 136

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

Shades of Petite Orchid #D79688

Tints of Petite Orchid #D79688

RGB

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

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

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

R = 42.91%
G = 29.94%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D79688 (or 0xD79688) is known color: Petite Orchid. HEX triplet: D7, 96 and 88. RGB value is (215,150,136). Sum of RGB (Red+Green+Blue) = 215+150+136=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D79688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79688 is #286977. Grayscale: #A7A7A7. Windows color (decimal): -2648440 or 8951511. OLE color: 8951511.

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

Color convert

RGB 215 150 136 -
CMYK 0 0.30 0.37 0.16
HSL 10.63º 0.5% 0.69% -
HSV(B) 10.63º 0.37% 0.84% -
XYZ 43.37 38.04 28.35 -
YUV 167.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 215 150 136 0 0.30 0.37 0.16 10.63 0.5 0.69
Hex D7 96 88 0 1E 25 10 B 32 45
Octal 327 226 210 0 36 45 20 13 62 105
Binary 11010111 10010110 10001000 0 11110 100101 10000 1011 110010 1000101

Color Harmonies of #D79688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79688

Black with #D79688

Text Example


Text Example

White with #D79688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79688; }

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

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

background-color css

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

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

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

border-color css

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

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

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