#DAA09B

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

Shades of Petite Orchid #DAA09B

Tints of Petite Orchid #DAA09B

Color information

#DAA09B (or 0xDAA09B) is unknown color: approx Petite Orchid. HEX triplet: DA, A0 and 9B. RGB value is (218,160,155). Sum of RGB (Red+Green+Blue) = 218+160+155=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09B is #255F64. Grayscale: #B0B0B0. Windows color (decimal): -2449253 or 10199258. OLE color: 10199258.

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

Color convert

RGB218160155-
CMYK00.270.290.15
HSL4.76º45.99%73.14%-
HSV(B)4.76º28.9%85.49%-
XYZ47.442.4136.7-
YUV176.77115.72157.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=40.90%
G=30.02%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816015500.270.290.154.7645.9973.14
HexDAA09B01B1DF52e49
Octal3322402330333517556111
Binary1101101010100000100110110110111110111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA09B; }

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

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

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

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

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

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

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

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