#CE9D42

Color #CE9D42 Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #CE9D42

Tints of Anzac #CE9D42

Color information

#CE9D42 (or 0xCE9D42) is unknown color: approx Anzac. HEX triplet: CE, 9D and 42. RGB value is (206,157,66). Sum of RGB (Red+Green+Blue) = 206+157+66=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D42 is #3162BD. Grayscale: #A1A1A1. Windows color (decimal): -3236542 or 4365774. OLE color: 4365774.

HSL color Cylindrical-coordinate representation of color #CE9D42: hue angle of 39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE9D42 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20615766-
CMYK00.240.680.19
HSL39º58.82%53.33%-
HSV(B)39º67.96%80.78%-
XYZ38.4937.6310.39-
YUV161.2874.23159.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=48.02%
G=36.60%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061576600.240.680.193958.8253.33
HexCE9D420184413273b35
Octal31623510203010423477365
Binary11001110100111011000010011000100010010011100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D42; }

 p { color: rgb(206,157,66); }

 H1.HeaderClassName
 {
   color: #CE9D42;
 }
 .AnyTagClassName
 {
   color: #CE9D42;
 }
</style>
background-color css

<style>
 a { background-color: #CE9D42; }

 a { background-color: rgb(206,157,66); }

 div.DivClassName
 {
   background-color: #CE9D42;
 }
 .BgClassName
 {
   background-color: #CE9D42;
 }
</style>
border-color css

<style>
 span { border-color: #CE9D42; }

 span { border-color: rgb(206,157,66); }

 td.TdClassName
 {
   border-color: #CE9D42;
 }
 .TagClassName
 {
   border-color: #CE9D42;
 }
</style>