Html Css Color HEX #CFAA3E Metallic Gold

📋 copy color: '#CFAA3E'

red 207 ◦ green 170 ◦ blue 62

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

Shades of Metallic Gold #CFAA3E

Tints of Metallic Gold #CFAA3E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 62 (24.61% from 255) = 14.12%

R = 47.15%
G = 38.72%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFAA3E (or 0xCFAA3E) is known color: Metallic Gold. HEX triplet: CF, AA and 3E. RGB value is (207,170,62). Sum of RGB (Red+Green+Blue) = 207+170+62=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA3E is #3055C1. Grayscale: #A9A9A9. Windows color (decimal): -3167682 or 4106959. OLE color: 4106959.

HSL color Cylindrical-coordinate representation of color #CFAA3E: hue angle of 44.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFAA3E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 62 -
CMYK 0 0.18 0.70 0.19
HSL 44.69º 0.6% 0.53% -
HSV(B) 44.69º 0.7% 0.81% -
XYZ 40.98 42.36 10.57 -
YUV 168.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 207 170 62 0 0.18 0.70 0.19 44.69 0.6 0.53
Hex CF AA 3E 0 12 46 13 2D 3C 35
Octal 317 252 76 0 22 106 23 55 74 65
Binary 11001111 10101010 111110 0 10010 1000110 10011 101101 111100 110101

Color Harmonies of #CFAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA3E

Black with #CFAA3E

Text Example


Text Example

White with #CFAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA3E; }

 p { color: rgb(207,170,62); }

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

background-color css

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

 a { background-color: rgb(207,170,62); }

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

border-color css

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

 span { border-color: rgb(207,170,62); }

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