Html Css Color HEX #CFA840 Metallic Gold

📋 copy color: '#CFA840'

red 207 ◦ green 168 ◦ blue 64

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

Shades of Metallic Gold #CFA840

Tints of Metallic Gold #CFA840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 47.15%
G = 38.27%
B = 14.58%

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

#CFA840 (or 0xCFA840) is known color: Metallic Gold. HEX triplet: CF, A8 and 40. RGB value is (207,168,64). Sum of RGB (Red+Green+Blue) = 207+168+64=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA840 is #3057BF. Grayscale: #A8A8A8. Windows color (decimal): -3168192 or 4237519. OLE color: 4237519.

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

Color convert

RGB 207 168 64 -
CMYK 0 0.19 0.69 0.19
HSL 43.64º 0.6% 0.53% -
HSV(B) 43.64º 0.69% 0.81% -
XYZ 40.66 41.64 10.74 -
YUV 167.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 207 168 64 0 0.19 0.69 0.19 43.64 0.6 0.53
Hex CF A8 40 0 13 45 13 2C 3C 35
Octal 317 250 100 0 23 105 23 54 74 65
Binary 11001111 10101000 1000000 0 10011 1000101 10011 101100 111100 110101

Color Harmonies of #CFA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA840

Black with #CFA840

Text Example


Text Example

White with #CFA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA840; }

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

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

background-color css

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

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

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

border-color css

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

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

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