Html Css Color HEX #CFB037 Metallic Gold

📋 copy color: '#CFB037'

red 207 ◦ green 176 ◦ blue 55

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

Shades of Metallic Gold #CFB037

Tints of Metallic Gold #CFB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

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

R = 47.26%
G = 40.18%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB037 (or 0xCFB037) is known color: Metallic Gold. HEX triplet: CF, B0 and 37. RGB value is (207,176,55). Sum of RGB (Red+Green+Blue) = 207+176+55=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB037 is #304FC8. Grayscale: #ABABAB. Windows color (decimal): -3166153 or 3649743. OLE color: 3649743.

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

Color convert

RGB 207 176 55 -
CMYK 0 0.15 0.73 0.19
HSL 47.76º 0.61% 0.51% -
HSV(B) 47.76º 0.73% 0.81% -
XYZ 41.95 44.59 10.01 -
YUV 171.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 207 176 55 0 0.15 0.73 0.19 47.76 0.61 0.51
Hex CF B0 37 0 F 49 13 30 3D 33
Octal 317 260 67 0 17 111 23 60 75 63
Binary 11001111 10110000 110111 0 1111 1001001 10011 110000 111101 110011

Color Harmonies of #CFB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB037

Black with #CFB037

Text Example


Text Example

White with #CFB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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