Html Css Color HEX #CFA241 Metallic Gold

📋 copy color: '#CFA241'

red 207 ◦ green 162 ◦ blue 65

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

Shades of Metallic Gold #CFA241

Tints of Metallic Gold #CFA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.33%

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

R = 47.7%
G = 37.33%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFA241 (or 0xCFA241) is known color: Metallic Gold. HEX triplet: CF, A2 and 41. RGB value is (207,162,65). Sum of RGB (Red+Green+Blue) = 207+162+65=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA241 is #305DBE. Grayscale: #A4A4A4. Windows color (decimal): -3169727 or 4301519. OLE color: 4301519.

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

Color convert

RGB 207 162 65 -
CMYK 0 0.22 0.69 0.19
HSL 40.99º 0.6% 0.53% -
HSV(B) 40.99º 0.69% 0.81% -
XYZ 39.61 39.49 10.54 -
YUV 164.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 207 162 65 0 0.22 0.69 0.19 40.99 0.6 0.53
Hex CF A2 41 0 16 45 13 29 3C 35
Octal 317 242 101 0 26 105 23 51 74 65
Binary 11001111 10100010 1000001 0 10110 1000101 10011 101001 111100 110101

Color Harmonies of #CFA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA241

Black with #CFA241

Text Example


Text Example

White with #CFA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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