Html Css Color HEX #CDA637 Metallic Gold

📋 copy color: '#CDA637'

red 205 ◦ green 166 ◦ blue 55

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

Shades of Metallic Gold #CDA637

Tints of Metallic Gold #CDA637

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

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

R = 48.12%
G = 38.97%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA637 (or 0xCDA637) is known color: Metallic Gold. HEX triplet: CD, A6 and 37. RGB value is (205,166,55). Sum of RGB (Red+Green+Blue) = 205+166+55=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA637 is #3259C8. Grayscale: #A5A5A5. Windows color (decimal): -3299785 or 3647181. OLE color: 3647181.

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

Color convert

RGB 205 166 55 -
CMYK 0 0.19 0.73 0.20
HSL 44.4º 0.6% 0.51% -
HSV(B) 44.4º 0.73% 0.8% -
XYZ 39.5 40.53 9.35 -
YUV 165.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 205 166 55 0 0.19 0.73 0.20 44.4 0.6 0.51
Hex CD A6 37 0 13 49 14 2C 3C 33
Octal 315 246 67 0 23 111 24 54 74 63
Binary 11001101 10100110 110111 0 10011 1001001 10100 101100 111100 110011

Color Harmonies of #CDA637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA637

Black with #CDA637

Text Example


Text Example

White with #CDA637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA637; }

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

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

background-color css

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

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

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

border-color css

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

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

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