Shades of Petite Orchid #DAA09C
Tints of Petite Orchid #DAA09C
RGB
CMYK
RGB Variations
Color information
#DAA09C (or 0xDAA09C) is known color: 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
RGB | 218 | 160 | 156 | - |
CMYK | 0 | 0.27 | 0.28 | 0.15 |
HSL | 3.87º | 0.46% | 0.73% | - |
HSV(B) | 3.87º | 0.28% | 0.85% | - |
XYZ | 47.49 | 42.45 | 37.14 | - |
YUV | 176.89 | 116.22 | 157.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 160 | 156 | 0 | 0.27 | 0.28 | 0.15 | 3.87 | 0.46 | 0.73 |
Hex | DA | A0 | 9C | 0 | 1B | 1C | F | 4 | 2E | 49 |
Octal | 332 | 240 | 234 | 0 | 33 | 34 | 17 | 4 | 56 | 111 |
Binary | 11011010 | 10100000 | 10011100 | 0 | 11011 | 11100 | 1111 | 100 | 101110 | 1001001 |
Color Harmonies of #DAA09C
Complementary color
Monochromatic Colors of #DAA09C
Black with #DAA09C
Text Example
Text Example
White with #DAA09C
Text Example
Text Example
HTML Codes & Css Web 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>