Html Css Color HEX #CFA937 Metallic Gold

📋 copy color: '#CFA937'

red 207 ◦ green 169 ◦ blue 55

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

Shades of Metallic Gold #CFA937

Tints of Metallic Gold #CFA937

RGB

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

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

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

R = 48.03%
G = 39.21%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA937 (or 0xCFA937) is known color: Metallic Gold. HEX triplet: CF, A9 and 37. RGB value is (207,169,55). Sum of RGB (Red+Green+Blue) = 207+169+55=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA937 is #3056C8. Grayscale: #A7A7A7. Windows color (decimal): -3167945 or 3647951. OLE color: 3647951.

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

Color convert

RGB 207 169 55 -
CMYK 0 0.18 0.73 0.19
HSL 45º 0.61% 0.51% -
HSV(B) 45º 0.73% 0.81% -
XYZ 40.61 41.92 9.56 -
YUV 167.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 207 169 55 0 0.18 0.73 0.19 45 0.61 0.51
Hex CF A9 37 0 12 49 13 2D 3D 33
Octal 317 251 67 0 22 111 23 55 75 63
Binary 11001111 10101001 110111 0 10010 1001001 10011 101101 111101 110011

Color Harmonies of #CFA937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA937

Black with #CFA937

Text Example


Text Example

White with #CFA937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA937; }

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

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

background-color css

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

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

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

border-color css

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

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

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