#DA9689

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

Shades of Petite Orchid #DA9689

Tints of Petite Orchid #DA9689

Color information

#DA9689 (or 0xDA9689) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 89. RGB value is (218,150,137). Sum of RGB (Red+Green+Blue) = 218+150+137=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9689 is #256976. Grayscale: #A8A8A8. Windows color (decimal): -2451831 or 9017050. OLE color: 9017050.

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

Color convert

RGB218150137-
CMYK00.310.370.15
HSL9.63º52.26%69.61%-
HSV(B)9.63º37.16%85.49%-
XYZ44.3438.5228.77-
YUV168.85110.03163.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=43.17%
G=29.70%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815013700.310.370.159.6352.2669.61
HexDA968901F25Fa3446
Octal33222621103745171264106
Binary110110101001011010001001011111100101111110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9689; }

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

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

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

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

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

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

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

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