#CDA035

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

Shades of Metallic Gold #CDA035

Tints of Metallic Gold #CDA035

Color information

#CDA035 (or 0xCDA035) is unknown color: approx Metallic Gold. HEX triplet: CD, A0 and 35. RGB value is (205,160,53). Sum of RGB (Red+Green+Blue) = 205+160+53=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA035 is #325FCA. Grayscale: #A1A1A1. Windows color (decimal): -3301323 or 3514573. OLE color: 3514573.

HSL color Cylindrical-coordinate representation of color #CDA035: hue angle of 42.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA035 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20516053-
CMYK00.220.740.20
HSL42.24º60.32%50.59%-
HSV(B)42.24º74.15%80.39%-
XYZ38.3938.388.75-
YUV161.2666.91159.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=49.04%
G=38.28%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051605300.220.740.2042.2460.3250.59
HexCDA0350164A142a3c33
Octal3152406502611224527463
Binary1100110110100000110101010110100101010100101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA035; }

 p { color: rgb(205,160,53); }

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

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

 a { background-color: rgb(205,160,53); }

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

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

 span { border-color: rgb(205,160,53); }

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