Html Css Color HEX #D79089 Petite Orchid

📋 copy color: '#D79089'

red 215 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #D79089

Tints of Petite Orchid #D79089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

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

R = 43.35%
G = 29.03%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D79089 (or 0xD79089) is known color: Petite Orchid. HEX triplet: D7, 90 and 89. RGB value is (215,144,137). Sum of RGB (Red+Green+Blue) = 215+144+137=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D79089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79089 is #286F76. Grayscale: #A4A4A4. Windows color (decimal): -2649975 or 9015511. OLE color: 9015511.

HSL color Cylindrical-coordinate representation of color #D79089: hue angle of 5.38º 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 #D79089 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 137 -
CMYK 0 0.33 0.36 0.16
HSL 5.38º 0.49% 0.69% -
HSV(B) 5.38º 0.36% 0.84% -
XYZ 42.51 36.2 28.41 -
YUV 164.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 215 144 137 0 0.33 0.36 0.16 5.38 0.49 0.69
Hex D7 90 89 0 21 24 10 5 31 45
Octal 327 220 211 0 41 44 20 5 61 105
Binary 11010111 10010000 10001001 0 100001 100100 10000 101 110001 1000101

Color Harmonies of #D79089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79089

Black with #D79089

Text Example


Text Example

White with #D79089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79089; }

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

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

background-color css

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

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

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

border-color css

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

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

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