#D69889

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

Shades of Petite Orchid #D69889

Tints of Petite Orchid #D69889

Color information

#D69889 (or 0xD69889) is unknown color: approx Petite Orchid. HEX triplet: D6, 98 and 89. RGB value is (214,152,137). Sum of RGB (Red+Green+Blue) = 214+152+137=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69889 is #296776. Grayscale: #A8A8A8. Windows color (decimal): -2713463 or 9017558. OLE color: 9017558.

HSL color Cylindrical-coordinate representation of color #D69889: hue angle of 11.69º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69889 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214152137-
CMYK00.290.360.16
HSL11.69º48.43%68.82%-
HSV(B)11.69º35.98%83.92%-
XYZ43.4838.5628.82-
YUV168.83110.04160.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=42.54%
G=30.22%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415213700.290.360.1611.6948.4368.82
HexD6988901D2410c3045
Octal32623021103544201460105
Binary1101011010011000100010010111011001001000011001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69889; }

 p { color: rgb(214,152,137); }

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

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

 a { background-color: rgb(214,152,137); }

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

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

 span { border-color: rgb(214,152,137); }

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