#CD9649

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

Shades of Anzac #CD9649

Tints of Anzac #CD9649

Color information

#CD9649 (or 0xCD9649) is unknown color: approx Anzac. HEX triplet: CD, 96 and 49. RGB value is (205,150,73). Sum of RGB (Red+Green+Blue) = 205+150+73=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9649 is #3269B6. Grayscale: #9E9E9E. Windows color (decimal): -3303863 or 4822733. OLE color: 4822733.

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

Color convert

RGB20515073-
CMYK00.270.640.20
HSL35º56.9%54.51%-
HSV(B)35º64.39%80.39%-
XYZ37.2935.2711.15-
YUV157.6780.22161.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=47.90%
G=35.05%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051507300.270.640.203556.954.51
HexCD964901B4014233937
Octal31522611103310024437167
Binary11001101100101101001001011011100000010100100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9649; }

 p { color: rgb(205,150,73); }

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

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

 a { background-color: rgb(205,150,73); }

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

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

 span { border-color: rgb(205,150,73); }

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