#DA9C94

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

Shades of Petite Orchid #DA9C94

Tints of Petite Orchid #DA9C94

Color information

#DA9C94 (or 0xDA9C94) is unknown color: approx Petite Orchid. HEX triplet: DA, 9C and 94. RGB value is (218,156,148). Sum of RGB (Red+Green+Blue) = 218+156+148=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C94 is #25636B. Grayscale: #ADADAD. Windows color (decimal): -2450284 or 9739482. OLE color: 9739482.

HSL color Cylindrical-coordinate representation of color #DA9C94: hue angle of 6.86º degrees, saturation: 0.49, 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 #DA9C94 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218156148-
CMYK00.280.320.15
HSL6.86º48.61%71.76%-
HSV(B)6.86º32.11%85.49%-
XYZ46.1540.8233.46-
YUV173.63113.54159.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=41.76%
G=29.89%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815614800.280.320.156.8648.6171.76
HexDA9C9401C20F73148
Octal3322342240344017761110
Binary11011010100111001001010001110010000011111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9C94; }

 p { color: rgb(218,156,148); }

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

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

 a { background-color: rgb(218,156,148); }

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

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

 span { border-color: rgb(218,156,148); }

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