#CDAE35

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

Shades of Metallic Gold #CDAE35

Tints of Metallic Gold #CDAE35

Color information

#CDAE35 (or 0xCDAE35) is unknown color: approx Metallic Gold. HEX triplet: CD, AE and 35. RGB value is (205,174,53). Sum of RGB (Red+Green+Blue) = 205+174+53=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE35 is #3251CA. Grayscale: #A9A9A9. Windows color (decimal): -3297739 or 3518157. OLE color: 3518157.

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

Color convert

RGB20517453-
CMYK00.150.740.20
HSL47.76º60.32%50.59%-
HSV(B)47.76º74.15%80.39%-
XYZ40.9643.519.61-
YUV169.4862.27153.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=47.45%
G=40.28%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051745300.150.740.2047.7660.3250.59
HexCDAE350F4A14303c33
Octal3152566501711224607463
Binary110011011010111011010101111100101010100110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE35; }

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

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

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

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

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

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

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

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