Html Css Color HEX #D49791 Petite Orchid

📋 copy color: '#D49791'

red 212 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #D49791

Tints of Petite Orchid #D49791

RGB

 RED value IS 212 (83.2% from 255) = 41.73%

 GREEN value IS 151 (59.38% from 255) = 29.72%

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 41.73%
G = 29.72%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D49791 (or 0xD49791) is known color: Petite Orchid. HEX triplet: D4, 97 and 91. RGB value is (212,151,145). Sum of RGB (Red+Green+Blue) = 212+151+145=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D49791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49791 is #2B686E. Grayscale: #A8A8A8. Windows color (decimal): -2844783 or 9541588. OLE color: 9541588.

HSL color Cylindrical-coordinate representation of color #D49791: hue angle of 5.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49791 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 145 -
CMYK 0 0.29 0.32 0.17
HSL 5.37º 0.44% 0.7% -
HSV(B) 5.37º 0.32% 0.83% -
XYZ 43.33 38.17 31.87 -
YUV 168.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 212 151 145 0 0.29 0.32 0.17 5.37 0.44 0.7
Hex D4 97 91 0 1D 20 11 5 2C 46
Octal 324 227 221 0 35 40 21 5 54 106
Binary 11010100 10010111 10010001 0 11101 100000 10001 101 101100 1000110

Color Harmonies of #D49791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49791

Black with #D49791

Text Example


Text Example

White with #D49791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49791; }

 p { color: rgb(212,151,145); }

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

background-color css

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

 a { background-color: rgb(212,151,145); }

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

border-color css

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

 span { border-color: rgb(212,151,145); }

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