Html Css Color HEX #CFA641 Metallic Gold

📋 copy color: '#CFA641'

red 207 ◦ green 166 ◦ blue 65

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

Shades of Metallic Gold #CFA641

Tints of Metallic Gold #CFA641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 47.26%
G = 37.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFA641 (or 0xCFA641) is known color: Metallic Gold. HEX triplet: CF, A6 and 41. RGB value is (207,166,65). Sum of RGB (Red+Green+Blue) = 207+166+65=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA641 is #3059BE. Grayscale: #A7A7A7. Windows color (decimal): -3168703 or 4302543. OLE color: 4302543.

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

Color convert

RGB 207 166 65 -
CMYK 0 0.20 0.69 0.19
HSL 42.68º 0.6% 0.53% -
HSV(B) 42.68º 0.69% 0.81% -
XYZ 40.32 40.92 10.77 -
YUV 166.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 207 166 65 0 0.20 0.69 0.19 42.68 0.6 0.53
Hex CF A6 41 0 14 45 13 2B 3C 35
Octal 317 246 101 0 24 105 23 53 74 65
Binary 11001111 10100110 1000001 0 10100 1000101 10011 101011 111100 110101

Color Harmonies of #CFA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA641

Black with #CFA641

Text Example


Text Example

White with #CFA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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