#DAA09C

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

Shades of Petite Orchid #DAA09C

Tints of Petite Orchid #DAA09C

Color information

#DAA09C (or 0xDAA09C) is unknown color: approx Petite Orchid. HEX triplet: DA, A0 and 9C. RGB value is (218,160,156). Sum of RGB (Red+Green+Blue) = 218+160+156=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09C is #255F63. Grayscale: #B0B0B0. Windows color (decimal): -2449252 or 10264794. OLE color: 10264794.

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

Color convert

RGB218160156-
CMYK00.270.280.15
HSL3.87º45.59%73.33%-
HSV(B)3.87º28.44%85.49%-
XYZ47.4942.4537.14-
YUV176.89116.22157.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=40.82%
G=29.96%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816015600.270.280.153.8745.5973.33
HexDAA09C01B1CF42e49
Octal3322402340333417456111
Binary1101101010100000100111000110111110011111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA09C; }

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

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

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

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

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

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

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

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