Html Css Color HEX #CFA037 Metallic Gold

📋 copy color: '#CFA037'

red 207 ◦ green 160 ◦ blue 55

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

Shades of Metallic Gold #CFA037

Tints of Metallic Gold #CFA037

RGB

 RED value IS 207 (81.25% from 255) = 49.05%

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

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

R = 49.05%
G = 37.91%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA037 (or 0xCFA037) is known color: Metallic Gold. HEX triplet: CF, A0 and 37. RGB value is (207,160,55). Sum of RGB (Red+Green+Blue) = 207+160+55=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA037 is #305FC8. Grayscale: #A2A2A2. Windows color (decimal): -3170249 or 3645647. OLE color: 3645647.

HSL color Cylindrical-coordinate representation of color #CFA037: hue angle of 41.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFA037 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 55 -
CMYK 0 0.23 0.73 0.19
HSL 41.45º 0.61% 0.51% -
HSV(B) 41.45º 0.73% 0.81% -
XYZ 38.99 38.68 9.03 -
YUV 162.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 207 160 55 0 0.23 0.73 0.19 41.45 0.61 0.51
Hex CF A0 37 0 17 49 13 29 3D 33
Octal 317 240 67 0 27 111 23 51 75 63
Binary 11001111 10100000 110111 0 10111 1001001 10011 101001 111101 110011

Color Harmonies of #CFA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA037

Black with #CFA037

Text Example


Text Example

White with #CFA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA037; }

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

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

background-color css

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

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

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

border-color css

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

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

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