Shades of Anzac #CE9D3E
Tints of Anzac #CE9D3E
RGB
CMYK
RGB Variations
Color information
#CE9D3E (or 0xCE9D3E) is known color: Anzac. HEX triplet: CE, 9D and 3E. RGB value is (206,157,62). Sum of RGB (Red+Green+Blue) = 206+157+62=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D3E is #3162C1. Grayscale: #A1A1A1. Windows color (decimal): -3236546 or 4103630. OLE color: 4103630.
HSL color Cylindrical-coordinate representation of color #CE9D3E: hue angle of 39.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE9D3E is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 62 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.19 |
| HSL | 39.58º | 0.6% | 0.53% | - |
| HSV(B) | 39.58º | 0.7% | 0.81% | - |
| XYZ | 38.38 | 37.58 | 9.79 | - |
| YUV | 160.82 | 72.23 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 62 | 0 | 0.24 | 0.70 | 0.19 | 39.58 | 0.6 | 0.53 |
| Hex | CE | 9D | 3E | 0 | 18 | 46 | 13 | 28 | 3C | 35 |
| Octal | 316 | 235 | 76 | 0 | 30 | 106 | 23 | 50 | 74 | 65 |
| Binary | 11001110 | 10011101 | 111110 | 0 | 11000 | 1000110 | 10011 | 101000 | 111100 | 110101 |
Color Harmonies of #CE9D3E
Complementary color
Monochromatic Colors of #CE9D3E
Black with #CE9D3E
Text Example
Text Example
White with #CE9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D3E; }
p { color: rgb(206,157,62); }
H1.HeaderClassName
{
color: #CE9D3E;
}
.AnyTagClassName
{
color: #CE9D3E;
}
</style>
background-color css
<style>
a { background-color: #CE9D3E; }
a { background-color: rgb(206,157,62); }
div.DivClassName
{
background-color: #CE9D3E;
}
.BgClassName
{
background-color: #CE9D3E;
}
</style>
border-color css
<style>
span { border-color: #CE9D3E; }
span { border-color: rgb(206,157,62); }
td.TdClassName
{
border-color: #CE9D3E;
}
.TagClassName
{
border-color: #CE9D3E;
}
</style>