#DAA19F

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

Shades of Petite Orchid #DAA19F

Tints of Petite Orchid #DAA19F

Color information

#DAA19F (or 0xDAA19F) is unknown color: approx Petite Orchid. HEX triplet: DA, A1 and 9F. RGB value is (218,161,159). Sum of RGB (Red+Green+Blue) = 218+161+159=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19F is #255E60. Grayscale: #B1B1B1. Windows color (decimal): -2448993 or 10461658. OLE color: 10461658.

HSL color Cylindrical-coordinate representation of color #DAA19F: hue angle of 2.03º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA19F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218161159-
CMYK00.260.270.15
HSL2.03º44.36%73.92%-
HSV(B)2.03º27.06%85.49%-
XYZ47.9242.938.56-
YUV177.82117.38156.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=40.52%
G=29.93%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816115900.260.270.152.0344.3673.92
HexDAA19F01A1BF22c4a
Octal3322412370323317254112
Binary110110101010000110011111011010110111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA19F; }

 p { color: rgb(218,161,159); }

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

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

 a { background-color: rgb(218,161,159); }

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

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

 span { border-color: rgb(218,161,159); }

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