Html Css Color HEX #CFA537 Metallic Gold

📋 copy color: '#CFA537'

red 207 ◦ green 165 ◦ blue 55

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

Shades of Metallic Gold #CFA537

Tints of Metallic Gold #CFA537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 48.48%
G = 38.64%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA537 (or 0xCFA537) is known color: Metallic Gold. HEX triplet: CF, A5 and 37. RGB value is (207,165,55). Sum of RGB (Red+Green+Blue) = 207+165+55=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA537 is #305AC8. Grayscale: #A5A5A5. Windows color (decimal): -3168969 or 3646927. OLE color: 3646927.

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

Color convert

RGB 207 165 55 -
CMYK 0 0.20 0.73 0.19
HSL 43.42º 0.61% 0.51% -
HSV(B) 43.42º 0.73% 0.81% -
XYZ 39.88 40.45 9.32 -
YUV 165.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 207 165 55 0 0.20 0.73 0.19 43.42 0.61 0.51
Hex CF A5 37 0 14 49 13 2B 3D 33
Octal 317 245 67 0 24 111 23 53 75 63
Binary 11001111 10100101 110111 0 10100 1001001 10011 101011 111101 110011

Color Harmonies of #CFA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA537

Black with #CFA537

Text Example


Text Example

White with #CFA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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