#CD9945

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

Shades of Anzac #CD9945

Tints of Anzac #CD9945

Color information

#CD9945 (or 0xCD9945) is unknown color: approx Anzac. HEX triplet: CD, 99 and 45. RGB value is (205,153,69). Sum of RGB (Red+Green+Blue) = 205+153+69=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9945 is #3266BA. Grayscale: #9F9F9F. Windows color (decimal): -3303099 or 4561357. OLE color: 4561357.

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

Color convert

RGB20515369-
CMYK00.250.660.20
HSL37.06º57.63%53.73%-
HSV(B)37.06º66.34%80.39%-
XYZ37.6436.1910.63-
YUV158.9777.23160.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=48.01%
G=35.83%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051536900.250.660.2037.0657.6353.73
HexCD99450194214253a36
Octal31523110503110224457266
Binary11001101100110011000101011001100001010100100101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9945; }

 p { color: rgb(205,153,69); }

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

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

 a { background-color: rgb(205,153,69); }

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

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

 span { border-color: rgb(205,153,69); }

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