#CD9E41

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

Shades of Anzac #CD9E41

Tints of Anzac #CD9E41

Color information

#CD9E41 (or 0xCD9E41) is unknown color: approx Anzac. HEX triplet: CD, 9E and 41. RGB value is (205,158,65). Sum of RGB (Red+Green+Blue) = 205+158+65=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E41 is #3261BE. Grayscale: #A1A1A1. Windows color (decimal): -3301823 or 4300493. OLE color: 4300493.

HSL color Cylindrical-coordinate representation of color #CD9E41: hue angle of 39.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD9E41 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20515865-
CMYK00.230.680.20
HSL39.86º58.33%52.94%-
HSV(B)39.86º68.29%80.39%-
XYZ38.3637.8110.28-
YUV161.4573.57159.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 65 (25.78% from 255) = 15.19%
R=47.90%
G=36.92%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051586500.230.680.2039.8658.3352.94
HexCD9E410174414283a35
Octal31523610102710424507265
Binary11001101100111101000001010111100010010100101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E41; }

 p { color: rgb(205,158,65); }

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

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

 a { background-color: rgb(205,158,65); }

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

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

 span { border-color: rgb(205,158,65); }

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