Html Css Color HEX #CFA137 Metallic Gold

📋 copy color: '#CFA137'

red 207 ◦ green 161 ◦ blue 55

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

Shades of Metallic Gold #CFA137

Tints of Metallic Gold #CFA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

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

R = 48.94%
G = 38.06%
B = 13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA137 (or 0xCFA137) is known color: Metallic Gold. HEX triplet: CF, A1 and 37. RGB value is (207,161,55). Sum of RGB (Red+Green+Blue) = 207+161+55=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA137 is #305EC8. Grayscale: #A3A3A3. Windows color (decimal): -3169993 or 3645903. OLE color: 3645903.

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

Color convert

RGB 207 161 55 -
CMYK 0 0.22 0.73 0.19
HSL 41.84º 0.61% 0.51% -
HSV(B) 41.84º 0.73% 0.81% -
XYZ 39.17 39.03 9.08 -
YUV 162.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 207 161 55 0 0.22 0.73 0.19 41.84 0.61 0.51
Hex CF A1 37 0 16 49 13 2A 3D 33
Octal 317 241 67 0 26 111 23 52 75 63
Binary 11001111 10100001 110111 0 10110 1001001 10011 101010 111101 110011

Color Harmonies of #CFA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA137

Black with #CFA137

Text Example


Text Example

White with #CFA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA137; }

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

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

background-color css

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

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

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

border-color css

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

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

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