#DAA19E

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

Shades of Petite Orchid #DAA19E

Tints of Petite Orchid #DAA19E

Color information

#DAA19E (or 0xDAA19E) is unknown color: approx Petite Orchid. HEX triplet: DA, A1 and 9E. RGB value is (218,161,158). Sum of RGB (Red+Green+Blue) = 218+161+158=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19E is #255E61. Grayscale: #B1B1B1. Windows color (decimal): -2448994 or 10396122. OLE color: 10396122.

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

Color convert

RGB218161158-
CMYK00.260.280.15
HSL44.78%73.73%-
HSV(B)27.52%85.49%-
XYZ47.8342.8638.1-
YUV177.7116.88156.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=40.60%
G=29.98%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816115800.260.280.15344.7873.73
HexDAA19E01A1CF32d4a
Octal3322412360323417355112
Binary110110101010000110011110011010111001111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA19E; }

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

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

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

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

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

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

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

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