#DAA1A0

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

Shades of Petite Orchid #DAA1A0

Tints of Petite Orchid #DAA1A0

Color information

#DAA1A0 (or 0xDAA1A0) is unknown color: approx Petite Orchid. HEX triplet: DA, A1 and A0. RGB value is (218,161,160). Sum of RGB (Red+Green+Blue) = 218+161+160=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1A0 is #255E5F. Grayscale: #B1B1B1. Windows color (decimal): -2448992 or 10527194. OLE color: 10527194.

HSL color Cylindrical-coordinate representation of color #DAA1A0: hue angle of 1.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 #DAA1A0 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218161160-
CMYK00.260.270.15
HSL1.03º43.94%74.12%-
HSV(B)1.03º26.61%85.49%-
XYZ4842.9339.01-
YUV177.93117.88156.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=40.45%
G=29.87%
B=29.68%

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
Decimal21816116000.260.270.151.0343.9474.12
HexDAA1A001A1BF12c4a
Octal3322412400323317154112
Binary11011010101000011010000001101011011111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1A0; }

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

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

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

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

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

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

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

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