Html Css Color HEX #D79896 Petite Orchid

📋 copy color: '#D79896'

red 215 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #D79896

Tints of Petite Orchid #D79896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 41.59%
G = 29.4%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D79896 (or 0xD79896) is known color: Petite Orchid. HEX triplet: D7, 98 and 96. RGB value is (215,152,150). Sum of RGB (Red+Green+Blue) = 215+152+150=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D79896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79896 is #286769. Grayscale: #AAAAAA. Windows color (decimal): -2647914 or 9869527. OLE color: 9869527.

HSL color Cylindrical-coordinate representation of color #D79896: hue angle of 1.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79896 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 150 -
CMYK 0 0.29 0.30 0.16
HSL 1.85º 0.45% 0.72% -
HSV(B) 1.85º 0.3% 0.84% -
XYZ 44.76 39.11 34.04 -
YUV 170.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 215 152 150 0 0.29 0.30 0.16 1.85 0.45 0.72
Hex D7 98 96 0 1D 1E 10 2 2D 48
Octal 327 230 226 0 35 36 20 2 55 110
Binary 11010111 10011000 10010110 0 11101 11110 10000 10 101101 1001000

Color Harmonies of #D79896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79896

Black with #D79896

Text Example


Text Example

White with #D79896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79896; }

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

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

background-color css

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

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

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

border-color css

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

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

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