Html Css Color HEX #CFA440 Metallic Gold

📋 copy color: '#CFA440'

red 207 ◦ green 164 ◦ blue 64

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

Shades of Metallic Gold #CFA440

Tints of Metallic Gold #CFA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 47.59%
G = 37.7%
B = 14.71%

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

#CFA440 (or 0xCFA440) is known color: Metallic Gold. HEX triplet: CF, A4 and 40. RGB value is (207,164,64). Sum of RGB (Red+Green+Blue) = 207+164+64=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA440 is #305BBF. Grayscale: #A5A5A5. Windows color (decimal): -3169216 or 4236495. OLE color: 4236495.

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

Color convert

RGB 207 164 64 -
CMYK 0 0.21 0.69 0.19
HSL 41.96º 0.6% 0.53% -
HSV(B) 41.96º 0.69% 0.81% -
XYZ 39.93 40.19 10.5 -
YUV 165.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 207 164 64 0 0.21 0.69 0.19 41.96 0.6 0.53
Hex CF A4 40 0 15 45 13 2A 3C 35
Octal 317 244 100 0 25 105 23 52 74 65
Binary 11001111 10100100 1000000 0 10101 1000101 10011 101010 111100 110101

Color Harmonies of #CFA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA440

Black with #CFA440

Text Example


Text Example

White with #CFA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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