#D29589

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

Shades of Petite Orchid #D29589

Tints of Petite Orchid #D29589

Color information

#D29589 (or 0xD29589) is unknown color: approx Petite Orchid. HEX triplet: D2, 95 and 89. RGB value is (210,149,137). Sum of RGB (Red+Green+Blue) = 210+149+137=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D29589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29589 is #2D6A76. Grayscale: #A5A5A5. Windows color (decimal): -2976375 or 9016786. OLE color: 9016786.

HSL color Cylindrical-coordinate representation of color #D29589: hue angle of 9.86º 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 #D29589 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210149137-
CMYK00.290.350.18
HSL9.86º44.79%68.04%-
HSV(B)9.86º34.76%82.35%-
XYZ41.843728.6-
YUV165.87111.71159.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=42.34%
G=30.04%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014913700.290.350.189.8644.7968.04
HexD2958901D2312a2d44
Octal32222521103543221255104
Binary1101001010010101100010010111011000111001010101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29589; }

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

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

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

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

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

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

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

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