Html Css Color HEX #CDA540 Metallic Gold

📋 copy color: '#CDA540'

red 205 ◦ green 165 ◦ blue 64

#CDA540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CDA540

Tints of Metallic Gold #CDA540

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 47.24%
G = 38.02%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA540 (or 0xCDA540) is known color: Metallic Gold. HEX triplet: CD, A5 and 40. RGB value is (205,165,64). Sum of RGB (Red+Green+Blue) = 205+165+64=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA540 is #325ABF. Grayscale: #A5A5A5. Windows color (decimal): -3300032 or 4236749. OLE color: 4236749.

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

Color convert

RGB 205 165 64 -
CMYK 0 0.20 0.69 0.20
HSL 42.98º 0.59% 0.53% -
HSV(B) 42.98º 0.69% 0.8% -
XYZ 39.56 40.26 10.54 -
YUV 165.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 205 165 64 0 0.20 0.69 0.20 42.98 0.59 0.53
Hex CD A5 40 0 14 45 14 2B 3B 35
Octal 315 245 100 0 24 105 24 53 73 65
Binary 11001101 10100101 1000000 0 10100 1000101 10100 101011 111011 110101

Color Harmonies of #CDA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA540

Black with #CDA540

Text Example


Text Example

White with #CDA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA540; }

 p { color: rgb(205,165,64); }

 H1.HeaderClassName
 {
   color: #CDA540;
 }
 .AnyTagClassName
 {
   color: #CDA540;
 }
</style>

background-color css

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

 a { background-color: rgb(205,165,64); }

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

border-color css

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

 span { border-color: rgb(205,165,64); }

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