#CD9448

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

Shades of Anzac #CD9448

Tints of Anzac #CD9448

Color information

#CD9448 (or 0xCD9448) is unknown color: approx Anzac. HEX triplet: CD, 94 and 48. RGB value is (205,148,72). Sum of RGB (Red+Green+Blue) = 205+148+72=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9448 is #326BB7. Grayscale: #9C9C9C. Windows color (decimal): -3304376 or 4756685. OLE color: 4756685.

HSL color Cylindrical-coordinate representation of color #CD9448: hue angle of 34.29º 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 #CD9448 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20514872-
CMYK00.280.650.20
HSL34.29º57.08%54.31%-
HSV(B)34.29º64.88%80.39%-
XYZ36.9434.6310.87-
YUV156.3880.38162.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=48.24%
G=34.82%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051487200.280.650.2034.2957.0854.31
HexCD944801C4114223936
Octal31522411003410124427166
Binary11001101100101001001000011100100000110100100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9448; }

 p { color: rgb(205,148,72); }

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

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

 a { background-color: rgb(205,148,72); }

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

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

 span { border-color: rgb(205,148,72); }

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