#DA9B99

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

Shades of Petite Orchid #DA9B99

Tints of Petite Orchid #DA9B99

Color information

#DA9B99 (or 0xDA9B99) is unknown color: approx Petite Orchid. HEX triplet: DA, 9B and 99. RGB value is (218,155,153). Sum of RGB (Red+Green+Blue) = 218+155+153=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B99 is #256466. Grayscale: #ADADAD. Windows color (decimal): -2450535 or 10066906. OLE color: 10066906.

HSL color Cylindrical-coordinate representation of color #DA9B99: hue angle of 1.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9B99 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218155153-
CMYK00.290.300.15
HSL1.85º46.76%72.75%-
HSV(B)1.85º29.82%85.49%-
XYZ46.3840.6535.54-
YUV173.61116.37159.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=41.44%
G=29.47%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815515300.290.300.151.8546.7672.75
HexDA9B9901D1EF22f49
Octal3322332310353617257111
Binary110110101001101110011001011101111101111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B99; }

 p { color: rgb(218,155,153); }

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

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

 a { background-color: rgb(218,155,153); }

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

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

 span { border-color: rgb(218,155,153); }

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