#DA9B95

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

Shades of Petite Orchid #DA9B95

Tints of Petite Orchid #DA9B95

Color information

#DA9B95 (or 0xDA9B95) is unknown color: approx Petite Orchid. HEX triplet: DA, 9B and 95. RGB value is (218,155,149). Sum of RGB (Red+Green+Blue) = 218+155+149=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B95 is #25646A. Grayscale: #ADADAD. Windows color (decimal): -2450539 or 9804762. OLE color: 9804762.

HSL color Cylindrical-coordinate representation of color #DA9B95: hue angle of 5.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9B95 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218155149-
CMYK00.290.320.15
HSL5.22º48.25%71.96%-
HSV(B)5.22º31.65%85.49%-
XYZ46.0640.5233.83-
YUV173.15114.37159.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=41.76%
G=29.69%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815514900.290.320.155.2248.2571.96
HexDA9B9501D20F53048
Octal3322332250354017560110
Binary11011010100110111001010101110110000011111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B95; }

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

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

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

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

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

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

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

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