Html Css Color HEX #CFA62E Metallic Gold

📋 copy color: '#CFA62E'

red 207 ◦ green 166 ◦ blue 46

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

Shades of Metallic Gold #CFA62E

Tints of Metallic Gold #CFA62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 49.4%
G = 39.62%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFA62E (or 0xCFA62E) is known color: Metallic Gold. HEX triplet: CF, A6 and 2E. RGB value is (207,166,46). Sum of RGB (Red+Green+Blue) = 207+166+46=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA62E is #3059D1. Grayscale: #A5A5A5. Windows color (decimal): -3168722 or 3057359. OLE color: 3057359.

HSL color Cylindrical-coordinate representation of color #CFA62E: hue angle of 44.72º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA62E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 46 -
CMYK 0 0.20 0.78 0.19
HSL 44.72º 0.64% 0.5% -
HSV(B) 44.72º 0.78% 0.81% -
XYZ 39.86 40.74 8.35 -
YUV 164.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 207 166 46 0 0.20 0.78 0.19 44.72 0.64 0.5
Hex CF A6 2E 0 14 4E 13 2D 40 32
Octal 317 246 56 0 24 116 23 55 100 62
Binary 11001111 10100110 101110 0 10100 1001110 10011 101101 1000000 110010

Color Harmonies of #CFA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA62E

Black with #CFA62E

Text Example


Text Example

White with #CFA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA62E; }

 p { color: rgb(207,166,46); }

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

background-color css

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

 a { background-color: rgb(207,166,46); }

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

border-color css

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

 span { border-color: rgb(207,166,46); }

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