#CD9E40

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

Shades of Anzac #CD9E40

Tints of Anzac #CD9E40

Color information

#CD9E40 (or 0xCD9E40) is unknown color: approx Anzac. HEX triplet: CD, 9E and 40. RGB value is (205,158,64). Sum of RGB (Red+Green+Blue) = 205+158+64=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E40 is #3261BF. Grayscale: #A1A1A1. Windows color (decimal): -3301824 or 4234957. OLE color: 4234957.

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

Color convert

RGB20515864-
CMYK00.230.690.20
HSL40º58.51%52.75%-
HSV(B)40º68.78%80.39%-
XYZ38.3337.810.13-
YUV161.3473.07159.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=48.01%
G=37.00%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051586400.230.690.204058.5152.75
HexCD9E400174514283b35
Octal31523610002710524507365
Binary11001101100111101000000010111100010110100101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E40; }

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

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

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

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

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

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

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

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