#CDA541

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

Shades of Metallic Gold #CDA541

Tints of Metallic Gold #CDA541

Color information

#CDA541 (or 0xCDA541) is unknown color: approx Metallic Gold. HEX triplet: CD, A5 and 41. RGB value is (205,165,65). Sum of RGB (Red+Green+Blue) = 205+165+65=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA541 is #325ABE. Grayscale: #A6A6A6. Windows color (decimal): -3300031 or 4302285. OLE color: 4302285.

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

Color convert

RGB20516565-
CMYK00.200.680.20
HSL42.86º58.33%52.94%-
HSV(B)42.86º68.29%80.39%-
XYZ39.5940.2710.69-
YUV165.5671.25156.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 14.94%
R=47.13%
G=37.93%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051656500.200.680.2042.8658.3352.94
HexCDA54101444142b3a35
Octal31524510102410424537265
Binary11001101101001011000001010100100010010100101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA541; }

 p { color: rgb(205,165,65); }

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

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

 a { background-color: rgb(205,165,65); }

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

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

 span { border-color: rgb(205,165,65); }

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