Html Css Color HEX #D79289 Petite Orchid

📋 copy color: '#D79289'

red 215 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #D79289

Tints of Petite Orchid #D79289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

 BLUE value IS 137 (53.91% from 255) = 27.51%

R = 43.17%
G = 29.32%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D79289 (or 0xD79289) is known color: Petite Orchid. HEX triplet: D7, 92 and 89. RGB value is (215,146,137). Sum of RGB (Red+Green+Blue) = 215+146+137=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D79289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79289 is #286D76. Grayscale: #A5A5A5. Windows color (decimal): -2649463 or 9016023. OLE color: 9016023.

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

Color convert

RGB 215 146 137 -
CMYK 0 0.32 0.36 0.16
HSL 6.92º 0.49% 0.69% -
HSV(B) 6.92º 0.36% 0.84% -
XYZ 42.82 36.81 28.52 -
YUV 165.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 215 146 137 0 0.32 0.36 0.16 6.92 0.49 0.69
Hex D7 92 89 0 20 24 10 7 31 45
Octal 327 222 211 0 40 44 20 7 61 105
Binary 11010111 10010010 10001001 0 100000 100100 10000 111 110001 1000101

Color Harmonies of #D79289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79289

Black with #D79289

Text Example


Text Example

White with #D79289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79289; }

 p { color: rgb(215,146,137); }

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

background-color css

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

 a { background-color: rgb(215,146,137); }

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

border-color css

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

 span { border-color: rgb(215,146,137); }

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