#CD9C43

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

Shades of Anzac #CD9C43

Tints of Anzac #CD9C43

Color information

#CD9C43 (or 0xCD9C43) is unknown color: approx Anzac. HEX triplet: CD, 9C and 43. RGB value is (205,156,67). Sum of RGB (Red+Green+Blue) = 205+156+67=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C43 is #3263BC. Grayscale: #A0A0A0. Windows color (decimal): -3302333 or 4431053. OLE color: 4431053.

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

Color convert

RGB20515667-
CMYK00.240.670.20
HSL38.7º57.98%53.33%-
HSV(B)38.7º67.32%80.39%-
XYZ38.0837.1610.48-
YUV160.575.23159.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 67 (26.56% from 255) = 15.65%
R=47.90%
G=36.45%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051566700.240.670.2038.757.9853.33
HexCD9C430184314273a35
Octal31523410303010324477265
Binary11001101100111001000011011000100001110100100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C43; }

 p { color: rgb(205,156,67); }

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

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

 a { background-color: rgb(205,156,67); }

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

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

 span { border-color: rgb(205,156,67); }

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