#CD9A47

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

Shades of Anzac #CD9A47

Tints of Anzac #CD9A47

Color information

#CD9A47 (or 0xCD9A47) is unknown color: approx Anzac. HEX triplet: CD, 9A and 47. RGB value is (205,154,71). Sum of RGB (Red+Green+Blue) = 205+154+71=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A47 is #3265B8. Grayscale: #A0A0A0. Windows color (decimal): -3302841 or 4692685. OLE color: 4692685.

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

Color convert

RGB20515471-
CMYK00.250.650.20
HSL37.16º57.26%54.12%-
HSV(B)37.16º65.37%80.39%-
XYZ37.8736.5511.02-
YUV159.7977.9160.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 71 (28.12% from 255) = 16.51%
R=47.67%
G=35.81%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051547100.250.650.2037.1657.2654.12
HexCD9A470194114253936
Octal31523210703110124457166
Binary11001101100110101000111011001100000110100100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A47; }

 p { color: rgb(205,154,71); }

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

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

 a { background-color: rgb(205,154,71); }

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

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

 span { border-color: rgb(205,154,71); }

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