Shades of Anzac #D0934B
Tints of Anzac #D0934B
RGB
CMYK
RGB Variations
Color information
#D0934B (or 0xD0934B) is known color: Anzac. HEX triplet: D0, 93 and 4B. RGB value is (208,147,75). Sum of RGB (Red+Green+Blue) = 208+147+75=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0934B is #2F6CB4. Grayscale: #9D9D9D. Windows color (decimal): -3108021 or 4953040. OLE color: 4953040.
HSL color Cylindrical-coordinate representation of color #D0934B: hue angle of 32.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0934B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 75 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.18 |
| HSL | 32.48º | 0.59% | 0.55% | - |
| HSV(B) | 32.48º | 0.64% | 0.82% | - |
| XYZ | 37.72 | 34.79 | 11.38 | - |
| YUV | 157.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 75 | 0 | 0.29 | 0.64 | 0.18 | 32.48 | 0.59 | 0.55 |
| Hex | D0 | 93 | 4B | 0 | 1D | 40 | 12 | 20 | 3B | 37 |
| Octal | 320 | 223 | 113 | 0 | 35 | 100 | 22 | 40 | 73 | 67 |
| Binary | 11010000 | 10010011 | 1001011 | 0 | 11101 | 1000000 | 10010 | 100000 | 111011 | 110111 |
Color Harmonies of #D0934B
Complementary color
Monochromatic Colors of #D0934B
Black with #D0934B
Text Example
Text Example
White with #D0934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0934B; }
p { color: rgb(208,147,75); }
H1.HeaderClassName
{
color: #D0934B;
}
.AnyTagClassName
{
color: #D0934B;
}
</style>
background-color css
<style>
a { background-color: #D0934B; }
a { background-color: rgb(208,147,75); }
div.DivClassName
{
background-color: #D0934B;
}
.BgClassName
{
background-color: #D0934B;
}
</style>
border-color css
<style>
span { border-color: #D0934B; }
span { border-color: rgb(208,147,75); }
td.TdClassName
{
border-color: #D0934B;
}
.TagClassName
{
border-color: #D0934B;
}
</style>