Html Css Color HEX #CFA841 Metallic Gold

📋 copy color: '#CFA841'

red 207 ◦ green 168 ◦ blue 65

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

Shades of Metallic Gold #CFA841

Tints of Metallic Gold #CFA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 47.05%
G = 38.18%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFA841 (or 0xCFA841) is known color: Metallic Gold. HEX triplet: CF, A8 and 41. RGB value is (207,168,65). Sum of RGB (Red+Green+Blue) = 207+168+65=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA841 is #3057BE. Grayscale: #A8A8A8. Windows color (decimal): -3168191 or 4303055. OLE color: 4303055.

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

Color convert

RGB 207 168 65 -
CMYK 0 0.19 0.69 0.19
HSL 43.52º 0.6% 0.53% -
HSV(B) 43.52º 0.69% 0.81% -
XYZ 40.69 41.65 10.9 -
YUV 167.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 207 168 65 0 0.19 0.69 0.19 43.52 0.6 0.53
Hex CF A8 41 0 13 45 13 2C 3C 35
Octal 317 250 101 0 23 105 23 54 74 65
Binary 11001111 10101000 1000001 0 10011 1000101 10011 101100 111100 110101

Color Harmonies of #CFA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA841

Black with #CFA841

Text Example


Text Example

White with #CFA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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