Shades of Anzac #D0924B
Tints of Anzac #D0924B
RGB
CMYK
RGB Variations
Color information
#D0924B (or 0xD0924B) is known color: Anzac. HEX triplet: D0, 92 and 4B. RGB value is (208,146,75). Sum of RGB (Red+Green+Blue) = 208+146+75=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0924B is #2F6DB4. Grayscale: #9C9C9C. Windows color (decimal): -3108277 or 4952784. OLE color: 4952784.
HSL color Cylindrical-coordinate representation of color #D0924B: hue angle of 32.03º 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 #D0924B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 75 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.18 |
| HSL | 32.03º | 0.59% | 0.55% | - |
| HSV(B) | 32.03º | 0.64% | 0.82% | - |
| XYZ | 37.56 | 34.48 | 11.33 | - |
| YUV | 156.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 75 | 0 | 0.30 | 0.64 | 0.18 | 32.03 | 0.59 | 0.55 |
| Hex | D0 | 92 | 4B | 0 | 1E | 40 | 12 | 20 | 3B | 37 |
| Octal | 320 | 222 | 113 | 0 | 36 | 100 | 22 | 40 | 73 | 67 |
| Binary | 11010000 | 10010010 | 1001011 | 0 | 11110 | 1000000 | 10010 | 100000 | 111011 | 110111 |
Color Harmonies of #D0924B
Complementary color
Monochromatic Colors of #D0924B
Black with #D0924B
Text Example
Text Example
White with #D0924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0924B; }
p { color: rgb(208,146,75); }
H1.HeaderClassName
{
color: #D0924B;
}
.AnyTagClassName
{
color: #D0924B;
}
</style>
background-color css
<style>
a { background-color: #D0924B; }
a { background-color: rgb(208,146,75); }
div.DivClassName
{
background-color: #D0924B;
}
.BgClassName
{
background-color: #D0924B;
}
</style>
border-color css
<style>
span { border-color: #D0924B; }
span { border-color: rgb(208,146,75); }
td.TdClassName
{
border-color: #D0924B;
}
.TagClassName
{
border-color: #D0924B;
}
</style>