#D29789

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

Shades of Petite Orchid #D29789

Tints of Petite Orchid #D29789

Color information

#D29789 (or 0xD29789) is unknown color: approx Petite Orchid. HEX triplet: D2, 97 and 89. RGB value is (210,151,137). Sum of RGB (Red+Green+Blue) = 210+151+137=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29789 is #2D6876. Grayscale: #A7A7A7. Windows color (decimal): -2975863 or 9017298. OLE color: 9017298.

HSL color Cylindrical-coordinate representation of color #D29789: hue angle of 11.51º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29789 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210151137-
CMYK00.280.350.18
HSL11.51º44.79%68.04%-
HSV(B)11.51º34.76%82.35%-
XYZ42.1637.6428.71-
YUV167.04111.05158.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=42.17%
G=30.32%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015113700.280.350.1811.5144.7968.04
HexD2978901C2312c2d44
Octal32222721103443221455104
Binary1101001010010111100010010111001000111001011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29789; }

 p { color: rgb(210,151,137); }

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

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

 a { background-color: rgb(210,151,137); }

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

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

 span { border-color: rgb(210,151,137); }

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