Shades of Tree Poppy #D97D33
Tints of Tree Poppy #D97D33
RGB
CMYK
RGB Variations
Color information
#D97D33 (or 0xD97D33) is known color: Tree Poppy. HEX triplet: D9, 7D and 33. RGB value is (217,125,51). Sum of RGB (Red+Green+Blue) = 217+125+51=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D33 is #2682CC. Grayscale: #909090. Windows color (decimal): -2523853 or 3374553. OLE color: 3374553.
HSL color Cylindrical-coordinate representation of color #D97D33: hue angle of 26.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D97D33 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 51 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.15 |
| HSL | 26.75º | 0.69% | 0.53% | - |
| HSV(B) | 26.75º | 0.76% | 0.85% | - |
| XYZ | 36.55 | 29.66 | 6.93 | - |
| YUV | 144.07 | 75.48 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 51 | 0 | 0.42 | 0.76 | 0.15 | 26.75 | 0.69 | 0.53 |
| Hex | D9 | 7D | 33 | 0 | 2A | 4C | F | 1B | 45 | 35 |
| Octal | 331 | 175 | 63 | 0 | 52 | 114 | 17 | 33 | 105 | 65 |
| Binary | 11011001 | 1111101 | 110011 | 0 | 101010 | 1001100 | 1111 | 11011 | 1000101 | 110101 |
Color Harmonies of #D97D33
Complementary color
Monochromatic Colors of #D97D33
Black with #D97D33
Text Example
Text Example
White with #D97D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D33; }
p { color: rgb(217,125,51); }
H1.HeaderClassName
{
color: #D97D33;
}
.AnyTagClassName
{
color: #D97D33;
}
</style>
background-color css
<style>
a { background-color: #D97D33; }
a { background-color: rgb(217,125,51); }
div.DivClassName
{
background-color: #D97D33;
}
.BgClassName
{
background-color: #D97D33;
}
</style>
border-color css
<style>
span { border-color: #D97D33; }
span { border-color: rgb(217,125,51); }
td.TdClassName
{
border-color: #D97D33;
}
.TagClassName
{
border-color: #D97D33;
}
</style>