Html Css Color HEX #CDA940 Metallic Gold

📋 copy color: '#CDA940'

red 205 ◦ green 169 ◦ blue 64

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

Shades of Metallic Gold #CDA940

Tints of Metallic Gold #CDA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

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

R = 46.8%
G = 38.58%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA940 (or 0xCDA940) is known color: Metallic Gold. HEX triplet: CD, A9 and 40. RGB value is (205,169,64). Sum of RGB (Red+Green+Blue) = 205+169+64=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA940 is #3256BF. Grayscale: #A8A8A8. Windows color (decimal): -3299008 or 4237773. OLE color: 4237773.

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

Color convert

RGB 205 169 64 -
CMYK 0 0.18 0.69 0.20
HSL 44.68º 0.59% 0.53% -
HSV(B) 44.68º 0.69% 0.8% -
XYZ 40.29 41.73 10.78 -
YUV 167.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 205 169 64 0 0.18 0.69 0.20 44.68 0.59 0.53
Hex CD A9 40 0 12 45 14 2D 3B 35
Octal 315 251 100 0 22 105 24 55 73 65
Binary 11001101 10101001 1000000 0 10010 1000101 10100 101101 111011 110101

Color Harmonies of #CDA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA940

Black with #CDA940

Text Example


Text Example

White with #CDA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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