Html Css Color HEX #CFA540 Metallic Gold

📋 copy color: '#CFA540'

red 207 ◦ green 165 ◦ blue 64

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

Shades of Metallic Gold #CFA540

Tints of Metallic Gold #CFA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 47.48%
G = 37.84%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFA540 (or 0xCFA540) is known color: Metallic Gold. HEX triplet: CF, A5 and 40. RGB value is (207,165,64). Sum of RGB (Red+Green+Blue) = 207+165+64=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA540 is #305ABF. Grayscale: #A6A6A6. Windows color (decimal): -3168960 or 4236751. OLE color: 4236751.

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

Color convert

RGB 207 165 64 -
CMYK 0 0.20 0.69 0.19
HSL 42.38º 0.6% 0.53% -
HSV(B) 42.38º 0.69% 0.81% -
XYZ 40.11 40.55 10.56 -
YUV 166.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 207 165 64 0 0.20 0.69 0.19 42.38 0.6 0.53
Hex CF A5 40 0 14 45 13 2A 3C 35
Octal 317 245 100 0 24 105 23 52 74 65
Binary 11001111 10100101 1000000 0 10100 1000101 10011 101010 111100 110101

Color Harmonies of #CFA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA540

Black with #CFA540

Text Example


Text Example

White with #CFA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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