Shades of Anzac #D0914B
Tints of Anzac #D0914B
RGB
CMYK
RGB Variations
Color information
#D0914B (or 0xD0914B) is known color: Anzac. HEX triplet: D0, 91 and 4B. RGB value is (208,145,75). Sum of RGB (Red+Green+Blue) = 208+145+75=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0914B is #2F6EB4. Grayscale: #9C9C9C. Windows color (decimal): -3108533 or 4952528. OLE color: 4952528.
HSL color Cylindrical-coordinate representation of color #D0914B: hue angle of 31.58º 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 #D0914B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 75 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.18 |
| HSL | 31.58º | 0.59% | 0.55% | - |
| HSV(B) | 31.58º | 0.64% | 0.82% | - |
| XYZ | 37.41 | 34.17 | 11.28 | - |
| YUV | 155.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 75 | 0 | 0.30 | 0.64 | 0.18 | 31.58 | 0.59 | 0.55 |
| Hex | D0 | 91 | 4B | 0 | 1E | 40 | 12 | 20 | 3B | 37 |
| Octal | 320 | 221 | 113 | 0 | 36 | 100 | 22 | 40 | 73 | 67 |
| Binary | 11010000 | 10010001 | 1001011 | 0 | 11110 | 1000000 | 10010 | 100000 | 111011 | 110111 |
Color Harmonies of #D0914B
Complementary color
Monochromatic Colors of #D0914B
Black with #D0914B
Text Example
Text Example
White with #D0914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0914B; }
p { color: rgb(208,145,75); }
H1.HeaderClassName
{
color: #D0914B;
}
.AnyTagClassName
{
color: #D0914B;
}
</style>
background-color css
<style>
a { background-color: #D0914B; }
a { background-color: rgb(208,145,75); }
div.DivClassName
{
background-color: #D0914B;
}
.BgClassName
{
background-color: #D0914B;
}
</style>
border-color css
<style>
span { border-color: #D0914B; }
span { border-color: rgb(208,145,75); }
td.TdClassName
{
border-color: #D0914B;
}
.TagClassName
{
border-color: #D0914B;
}
</style>