#CDAA3D

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

Shades of Metallic Gold #CDAA3D

Tints of Metallic Gold #CDAA3D

Color information

#CDAA3D (or 0xCDAA3D) is unknown color: approx Metallic Gold. HEX triplet: CD, AA and 3D. RGB value is (205,170,61). Sum of RGB (Red+Green+Blue) = 205+170+61=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA3D is #3255C2. Grayscale: #A8A8A8. Windows color (decimal): -3298755 or 4041421. OLE color: 4041421.

HSL color Cylindrical-coordinate representation of color #CDAA3D: hue angle of 45.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDAA3D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20517061-
CMYK00.170.700.20
HSL45.42º59.02%52.16%-
HSV(B)45.42º70.24%80.39%-
XYZ40.3942.0710.41-
YUV168.0467.6154.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 61 (24.22% from 255) = 13.99%
R=47.02%
G=38.99%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051706100.170.700.2045.4259.0252.16
HexCDAA3D01146142d3b34
Octal3152527502110624557364
Binary1100110110101010111101010001100011010100101101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA3D; }

 p { color: rgb(205,170,61); }

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

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

 a { background-color: rgb(205,170,61); }

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

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

 span { border-color: rgb(205,170,61); }

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