Html Css Color HEX #D79897 Petite Orchid

📋 copy color: '#D79897'

red 215 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #D79897

Tints of Petite Orchid #D79897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 41.51%
G = 29.34%
B = 29.15%

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

#D79897 (or 0xD79897) is known color: Petite Orchid. HEX triplet: D7, 98 and 97. RGB value is (215,152,151). Sum of RGB (Red+Green+Blue) = 215+152+151=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D79897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79897 is #286768. Grayscale: #AAAAAA. Windows color (decimal): -2647913 or 9935063. OLE color: 9935063.

HSL color Cylindrical-coordinate representation of color #D79897: hue angle of 0.94º degrees, saturation: 0.44, 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 #D79897 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 151 -
CMYK 0 0.29 0.30 0.16
HSL 0.94º 0.44% 0.72% -
HSV(B) 0.94º 0.3% 0.84% -
XYZ 44.84 39.14 34.47 -
YUV 170.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 215 152 151 0 0.29 0.30 0.16 0.94 0.44 0.72
Hex D7 98 97 0 1D 1E 10 1 2C 48
Octal 327 230 227 0 35 36 20 1 54 110
Binary 11010111 10011000 10010111 0 11101 11110 10000 1 101100 1001000

Color Harmonies of #D79897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79897

Black with #D79897

Text Example


Text Example

White with #D79897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79897; }

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

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

background-color css

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

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

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

border-color css

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

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

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