#DA9686

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

Shades of Petite Orchid #DA9686

Tints of Petite Orchid #DA9686

Color information

#DA9686 (or 0xDA9686) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 86. RGB value is (218,150,134). Sum of RGB (Red+Green+Blue) = 218+150+134=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9686 is #256979. Grayscale: #A8A8A8. Windows color (decimal): -2451834 or 8820442. OLE color: 8820442.

HSL color Cylindrical-coordinate representation of color #DA9686: hue angle of 11.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9686 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218150134-
CMYK00.310.390.15
HSL11.43º53.16%69.02%-
HSV(B)11.43º38.53%85.49%-
XYZ44.1238.4427.65-
YUV168.51108.53163.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=43.43%
G=29.88%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815013400.310.390.1511.4353.1669.02
HexDA968601F27Fb3545
Octal33222620603747171365105
Binary110110101001011010000110011111100111111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9686; }

 p { color: rgb(218,150,134); }

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

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

 a { background-color: rgb(218,150,134); }

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

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

 span { border-color: rgb(218,150,134); }

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