Html Css Color HEX #CDA037 Metallic Gold

📋 copy color: '#CDA037'

red 205 ◦ green 160 ◦ blue 55

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

Shades of Metallic Gold #CDA037

Tints of Metallic Gold #CDA037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 55 (21.88% from 255) = 13.1%

R = 48.81%
G = 38.1%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA037 (or 0xCDA037) is known color: Metallic Gold. HEX triplet: CD, A0 and 37. RGB value is (205,160,55). Sum of RGB (Red+Green+Blue) = 205+160+55=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA037 is #325FC8. Grayscale: #A1A1A1. Windows color (decimal): -3301321 or 3645645. OLE color: 3645645.

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

Color convert

RGB 205 160 55 -
CMYK 0 0.22 0.73 0.20
HSL 42º 0.6% 0.51% -
HSV(B) 42º 0.73% 0.8% -
XYZ 38.44 38.4 9 -
YUV 161.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 205 160 55 0 0.22 0.73 0.20 42 0.6 0.51
Hex CD A0 37 0 16 49 14 2A 3C 33
Octal 315 240 67 0 26 111 24 52 74 63
Binary 11001101 10100000 110111 0 10110 1001001 10100 101010 111100 110011

Color Harmonies of #CDA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA037

Black with #CDA037

Text Example


Text Example

White with #CDA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA037; }

 p { color: rgb(205,160,55); }

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

background-color css

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

 a { background-color: rgb(205,160,55); }

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

border-color css

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

 span { border-color: rgb(205,160,55); }

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