Html Css Color HEX #CFAD40 Metallic Gold

📋 copy color: '#CFAD40'

red 207 ◦ green 173 ◦ blue 64

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

Shades of Metallic Gold #CFAD40

Tints of Metallic Gold #CFAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

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

R = 46.62%
G = 38.96%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFAD40 (or 0xCFAD40) is known color: Metallic Gold. HEX triplet: CF, AD and 40. RGB value is (207,173,64). Sum of RGB (Red+Green+Blue) = 207+173+64=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD40 is #3052BF. Grayscale: #ABABAB. Windows color (decimal): -3166912 or 4238799. OLE color: 4238799.

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

Color convert

RGB 207 173 64 -
CMYK 0 0.16 0.69 0.19
HSL 45.73º 0.6% 0.53% -
HSV(B) 45.73º 0.69% 0.81% -
XYZ 41.6 43.52 11.06 -
YUV 170.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 207 173 64 0 0.16 0.69 0.19 45.73 0.6 0.53
Hex CF AD 40 0 10 45 13 2E 3C 35
Octal 317 255 100 0 20 105 23 56 74 65
Binary 11001111 10101101 1000000 0 10000 1000101 10011 101110 111100 110101

Color Harmonies of #CFAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD40

Black with #CFAD40

Text Example


Text Example

White with #CFAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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