Shades of Tree Poppy #DA823C
Tints of Tree Poppy #DA823C
RGB
CMYK
RGB Variations
Color information
#DA823C (or 0xDA823C) is known color: Tree Poppy. HEX triplet: DA, 82 and 3C. RGB value is (218,130,60). Sum of RGB (Red+Green+Blue) = 218+130+60=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA823C is #257DC3. Grayscale: #949494. Windows color (decimal): -2457028 or 3965658. OLE color: 3965658.
HSL color Cylindrical-coordinate representation of color #DA823C: hue angle of 26.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA823C is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 60 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.15 |
| HSL | 26.58º | 0.68% | 0.55% | - |
| HSV(B) | 26.58º | 0.72% | 0.85% | - |
| XYZ | 37.71 | 31.2 | 8.31 | - |
| YUV | 148.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 60 | 0 | 0.40 | 0.72 | 0.15 | 26.58 | 0.68 | 0.55 |
| Hex | DA | 82 | 3C | 0 | 28 | 48 | F | 1B | 44 | 37 |
| Octal | 332 | 202 | 74 | 0 | 50 | 110 | 17 | 33 | 104 | 67 |
| Binary | 11011010 | 10000010 | 111100 | 0 | 101000 | 1001000 | 1111 | 11011 | 1000100 | 110111 |
Color Harmonies of #DA823C
Complementary color
Monochromatic Colors of #DA823C
Black with #DA823C
Text Example
Text Example
White with #DA823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA823C; }
p { color: rgb(218,130,60); }
H1.HeaderClassName
{
color: #DA823C;
}
.AnyTagClassName
{
color: #DA823C;
}
</style>
background-color css
<style>
a { background-color: #DA823C; }
a { background-color: rgb(218,130,60); }
div.DivClassName
{
background-color: #DA823C;
}
.BgClassName
{
background-color: #DA823C;
}
</style>
border-color css
<style>
span { border-color: #DA823C; }
span { border-color: rgb(218,130,60); }
td.TdClassName
{
border-color: #DA823C;
}
.TagClassName
{
border-color: #DA823C;
}
</style>