Html Css Color HEX #D79B92 Petite Orchid

📋 copy color: '#D79B92'

red 215 ◦ green 155 ◦ blue 146

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

Shades of Petite Orchid #D79B92

Tints of Petite Orchid #D79B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 41.67%
G = 30.04%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79B92 (or 0xD79B92) is known color: Petite Orchid. HEX triplet: D7, 9B and 92. RGB value is (215,155,146). Sum of RGB (Red+Green+Blue) = 215+155+146=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B92 is #28646D. Grayscale: #ACACAC. Windows color (decimal): -2647150 or 9608151. OLE color: 9608151.

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

Color convert

RGB 215 155 146 -
CMYK 0 0.28 0.32 0.16
HSL 7.83º 0.46% 0.71% -
HSV(B) 7.83º 0.32% 0.84% -
XYZ 44.93 39.97 32.54 -
YUV 171.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 215 155 146 0 0.28 0.32 0.16 7.83 0.46 0.71
Hex D7 9B 92 0 1C 20 10 8 2E 47
Octal 327 233 222 0 34 40 20 10 56 107
Binary 11010111 10011011 10010010 0 11100 100000 10000 1000 101110 1000111

Color Harmonies of #D79B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B92

Black with #D79B92

Text Example


Text Example

White with #D79B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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