Html Css Color HEX #CFAA2E Metallic Gold

📋 copy color: '#CFAA2E'

red 207 ◦ green 170 ◦ blue 46

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

Shades of Metallic Gold #CFAA2E

Tints of Metallic Gold #CFAA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.87%

R = 48.94%
G = 40.19%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFAA2E (or 0xCFAA2E) is known color: Metallic Gold. HEX triplet: CF, AA and 2E. RGB value is (207,170,46). Sum of RGB (Red+Green+Blue) = 207+170+46=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA2E is #3055D1. Grayscale: #A7A7A7. Windows color (decimal): -3167698 or 3058383. OLE color: 3058383.

HSL color Cylindrical-coordinate representation of color #CFAA2E: hue angle of 46.21º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAA2E is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 46 -
CMYK 0 0.18 0.78 0.19
HSL 46.21º 0.64% 0.5% -
HSV(B) 46.21º 0.78% 0.81% -
XYZ 40.6 42.21 8.59 -
YUV 166.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 207 170 46 0 0.18 0.78 0.19 46.21 0.64 0.5
Hex CF AA 2E 0 12 4E 13 2E 40 32
Octal 317 252 56 0 22 116 23 56 100 62
Binary 11001111 10101010 101110 0 10010 1001110 10011 101110 1000000 110010

Color Harmonies of #CFAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA2E

Black with #CFAA2E

Text Example


Text Example

White with #CFAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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