Html Css Color HEX #D49886 Petite Orchid

📋 copy color: '#D49886'

red 212 ◦ green 152 ◦ blue 134

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

Shades of Petite Orchid #D49886

Tints of Petite Orchid #D49886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 134 (52.73% from 255) = 26.91%

R = 42.57%
G = 30.52%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D49886 (or 0xD49886) is known color: Petite Orchid. HEX triplet: D4, 98 and 86. RGB value is (212,152,134). Sum of RGB (Red+Green+Blue) = 212+152+134=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D49886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49886 is #2B6779. Grayscale: #A8A8A8. Windows color (decimal): -2844538 or 8820948. OLE color: 8820948.

HSL color Cylindrical-coordinate representation of color #D49886: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49886 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 134 -
CMYK 0 0.28 0.37 0.17
HSL 13.85º 0.48% 0.68% -
HSV(B) 13.85º 0.37% 0.83% -
XYZ 42.68 38.17 27.67 -
YUV 167.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 212 152 134 0 0.28 0.37 0.17 13.85 0.48 0.68
Hex D4 98 86 0 1C 25 11 E 30 44
Octal 324 230 206 0 34 45 21 16 60 104
Binary 11010100 10011000 10000110 0 11100 100101 10001 1110 110000 1000100

Color Harmonies of #D49886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49886

Black with #D49886

Text Example


Text Example

White with #D49886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49886; }

 p { color: rgb(212,152,134); }

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

background-color css

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

 a { background-color: rgb(212,152,134); }

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

border-color css

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

 span { border-color: rgb(212,152,134); }

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