#D09992

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

Shades of Petite Orchid #D09992

Tints of Petite Orchid #D09992

Color information

#D09992 (or 0xD09992) is unknown color: approx Petite Orchid. HEX triplet: D0, 99 and 92. RGB value is (208,153,146). Sum of RGB (Red+Green+Blue) = 208+153+146=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09992 is #2F666D. Grayscale: #A8A8A8. Windows color (decimal): -3106414 or 9607632. OLE color: 9607632.

HSL color Cylindrical-coordinate representation of color #D09992: hue angle of 6.77º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09992 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208153146-
CMYK00.260.300.18
HSL6.77º39.74%69.41%-
HSV(B)6.77º29.81%81.57%-
XYZ42.5938.2732.34-
YUV168.65115.22156.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=41.03%
G=30.18%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815314600.260.300.186.7739.7469.41
HexD0999201A1E1272845
Octal3202312220323622750105
Binary11010000100110011001001001101011110100101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09992; }

 p { color: rgb(208,153,146); }

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

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

 a { background-color: rgb(208,153,146); }

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

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

 span { border-color: rgb(208,153,146); }

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