#CDAD34

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

Shades of Metallic Gold #CDAD34

Tints of Metallic Gold #CDAD34

Color information

#CDAD34 (or 0xCDAD34) is unknown color: approx Metallic Gold. HEX triplet: CD, AD and 34. RGB value is (205,173,52). Sum of RGB (Red+Green+Blue) = 205+173+52=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAD34 is #3252CB. Grayscale: #A9A9A9. Windows color (decimal): -3297996 or 3452365. OLE color: 3452365.

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

Color convert

RGB20517352-
CMYK00.160.750.20
HSL47.45º60.47%50.39%-
HSV(B)47.45º74.63%80.39%-
XYZ40.7443.119.42-
YUV168.7762.1153.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=47.67%
G=40.23%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051735200.160.750.2047.4560.4750.39
HexCDAD340104B142f3c32
Octal3152556402011324577462
Binary1100110110101101110100010000100101110100101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD34; }

 p { color: rgb(205,173,52); }

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

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

 a { background-color: rgb(205,173,52); }

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

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

 span { border-color: rgb(205,173,52); }

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