Html Css Color HEX #D79B90 Petite Orchid

📋 copy color: '#D79B90'

red 215 ◦ green 155 ◦ blue 144

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

Shades of Petite Orchid #D79B90

Tints of Petite Orchid #D79B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 144 (56.64% from 255) = 28.02%

R = 41.83%
G = 30.16%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D79B90 (or 0xD79B90) is known color: Petite Orchid. HEX triplet: D7, 9B and 90. RGB value is (215,155,144). Sum of RGB (Red+Green+Blue) = 215+155+144=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B90 is #28646F. Grayscale: #ABABAB. Windows color (decimal): -2647152 or 9477079. OLE color: 9477079.

HSL color Cylindrical-coordinate representation of color #D79B90: hue angle of 9.3º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79B90 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 155 144 -
CMYK 0 0.28 0.33 0.16
HSL 9.3º 0.47% 0.7% -
HSV(B) 9.3º 0.33% 0.84% -
XYZ 44.78 39.9 31.73 -
YUV 171.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 215 155 144 0 0.28 0.33 0.16 9.3 0.47 0.7
Hex D7 9B 90 0 1C 21 10 9 2F 46
Octal 327 233 220 0 34 41 20 11 57 106
Binary 11010111 10011011 10010000 0 11100 100001 10000 1001 101111 1000110

Color Harmonies of #D79B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B90

Black with #D79B90

Text Example


Text Example

White with #D79B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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