#D49792

Color #D49792 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D49792

Tints of Petite Orchid #D49792

Color information

#D49792 (or 0xD49792) is unknown color: approx Petite Orchid. HEX triplet: D4, 97 and 92. RGB value is (212,151,146). Sum of RGB (Red+Green+Blue) = 212+151+146=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49792 is #2B686D. Grayscale: #A8A8A8. Windows color (decimal): -2844782 or 9607124. OLE color: 9607124.

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

Color convert

RGB212151146-
CMYK00.290.310.17
HSL4.55º43.42%70.2%-
HSV(B)4.55º31.13%83.14%-
XYZ43.4138.2132.28-
YUV168.67115.21158.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=41.65%
G=29.67%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215114600.290.310.174.5543.4270.2
HexD4979201D1F1152b46
Octal3242272220353721553106
Binary11010100100101111001001001110111111100011011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49792; }

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

 H1.HeaderClassName
 {
   color: #D49792;
 }
 .AnyTagClassName
 {
   color: #D49792;
 }
</style>
background-color css

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

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

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

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

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

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