#CDA62F

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

Shades of Metallic Gold #CDA62F

Tints of Metallic Gold #CDA62F

Color information

#CDA62F (or 0xCDA62F) is unknown color: approx Metallic Gold. HEX triplet: CD, A6 and 2F. RGB value is (205,166,47). Sum of RGB (Red+Green+Blue) = 205+166+47=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62F is #3259D0. Grayscale: #A4A4A4. Windows color (decimal): -3299793 or 3122893. OLE color: 3122893.

HSL color Cylindrical-coordinate representation of color #CDA62F: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA62F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20516647-
CMYK00.190.770.20
HSL45.19º62.7%49.41%-
HSV(B)45.19º77.07%80.39%-
XYZ39.3340.468.43-
YUV164.161.92157.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 47 (18.75% from 255) = 11.24%
R=49.04%
G=39.71%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051664700.190.770.2045.1962.749.41
HexCDA62F0134D142d3f31
Octal3152465702311524557761
Binary1100110110100110101111010011100110110100101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA62F; }

 p { color: rgb(205,166,47); }

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

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

 a { background-color: rgb(205,166,47); }

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

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

 span { border-color: rgb(205,166,47); }

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