Shades of Anzac #D1924B
Tints of Anzac #D1924B
RGB
CMYK
RGB Variations
Color information
#D1924B (or 0xD1924B) is known color: Anzac. HEX triplet: D1, 92 and 4B. RGB value is (209,146,75). Sum of RGB (Red+Green+Blue) = 209+146+75=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1924B is #2E6DB4. Grayscale: #9D9D9D. Windows color (decimal): -3042741 or 4952785. OLE color: 4952785.
HSL color Cylindrical-coordinate representation of color #D1924B: hue angle of 31.79º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1924B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 75 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.18 |
| HSL | 31.79º | 0.59% | 0.56% | - |
| HSV(B) | 31.79º | 0.64% | 0.82% | - |
| XYZ | 37.84 | 34.62 | 11.34 | - |
| YUV | 156.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 75 | 0 | 0.30 | 0.64 | 0.18 | 31.79 | 0.59 | 0.56 |
| Hex | D1 | 92 | 4B | 0 | 1E | 40 | 12 | 20 | 3B | 38 |
| Octal | 321 | 222 | 113 | 0 | 36 | 100 | 22 | 40 | 73 | 70 |
| Binary | 11010001 | 10010010 | 1001011 | 0 | 11110 | 1000000 | 10010 | 100000 | 111011 | 111000 |
Color Harmonies of #D1924B
Complementary color
Monochromatic Colors of #D1924B
Black with #D1924B
Text Example
Text Example
White with #D1924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1924B; }
p { color: rgb(209,146,75); }
H1.HeaderClassName
{
color: #D1924B;
}
.AnyTagClassName
{
color: #D1924B;
}
</style>
background-color css
<style>
a { background-color: #D1924B; }
a { background-color: rgb(209,146,75); }
div.DivClassName
{
background-color: #D1924B;
}
.BgClassName
{
background-color: #D1924B;
}
</style>
border-color css
<style>
span { border-color: #D1924B; }
span { border-color: rgb(209,146,75); }
td.TdClassName
{
border-color: #D1924B;
}
.TagClassName
{
border-color: #D1924B;
}
</style>