#CDAD35

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

Shades of Metallic Gold #CDAD35

Tints of Metallic Gold #CDAD35

Color information

#CDAD35 (or 0xCDAD35) is unknown color: approx Metallic Gold. HEX triplet: CD, AD and 35. RGB value is (205,173,53). Sum of RGB (Red+Green+Blue) = 205+173+53=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAD35 is #3252CA. Grayscale: #A9A9A9. Windows color (decimal): -3297995 or 3517901. OLE color: 3517901.

HSL color Cylindrical-coordinate representation of color #CDAD35: hue angle of 47.37º 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 #CDAD35 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20517353-
CMYK00.160.740.20
HSL47.37º60.32%50.59%-
HSV(B)47.37º74.15%80.39%-
XYZ40.7643.129.54-
YUV168.8962.6153.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 53 (21.09% from 255) = 12.30%
R=47.56%
G=40.14%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051735300.160.740.2047.3760.3250.59
HexCDAD350104A142f3c33
Octal3152556502011224577463
Binary1100110110101101110101010000100101010100101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD35; }

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

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

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

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

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

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

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

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