Html Css Color HEX #CFA341 Metallic Gold

📋 copy color: '#CFA341'

red 207 ◦ green 163 ◦ blue 65

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

Shades of Metallic Gold #CFA341

Tints of Metallic Gold #CFA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

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

R = 47.59%
G = 37.47%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFA341 (or 0xCFA341) is known color: Metallic Gold. HEX triplet: CF, A3 and 41. RGB value is (207,163,65). Sum of RGB (Red+Green+Blue) = 207+163+65=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA341 is #305CBE. Grayscale: #A5A5A5. Windows color (decimal): -3169471 or 4301775. OLE color: 4301775.

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

Color convert

RGB 207 163 65 -
CMYK 0 0.21 0.69 0.19
HSL 41.41º 0.6% 0.53% -
HSV(B) 41.41º 0.69% 0.81% -
XYZ 39.78 39.84 10.59 -
YUV 164.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 207 163 65 0 0.21 0.69 0.19 41.41 0.6 0.53
Hex CF A3 41 0 15 45 13 29 3C 35
Octal 317 243 101 0 25 105 23 51 74 65
Binary 11001111 10100011 1000001 0 10101 1000101 10011 101001 111100 110101

Color Harmonies of #CFA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA341

Black with #CFA341

Text Example


Text Example

White with #CFA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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