#CDA839

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

Shades of Metallic Gold #CDA839

Tints of Metallic Gold #CDA839

Color information

#CDA839 (or 0xCDA839) is unknown color: approx Metallic Gold. HEX triplet: CD, A8 and 39. RGB value is (205,168,57). Sum of RGB (Red+Green+Blue) = 205+168+57=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA839 is #3257C6. Grayscale: #A6A6A6. Windows color (decimal): -3299271 or 3778765. OLE color: 3778765.

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

Color convert

RGB20516857-
CMYK00.180.720.20
HSL45º59.68%51.37%-
HSV(B)45º72.2%80.39%-
XYZ39.9241.289.73-
YUV166.4166.26155.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 57 (22.66% from 255) = 13.26%
R=47.67%
G=39.07%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051685700.180.720.204559.6851.37
HexCDA83901248142d3c33
Octal3152507102211024557463
Binary1100110110101000111001010010100100010100101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA839; }

 p { color: rgb(205,168,57); }

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

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

 a { background-color: rgb(205,168,57); }

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

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

 span { border-color: rgb(205,168,57); }

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