Html Css Color HEX #CFA73E Metallic Gold

📋 copy color: '#CFA73E'

red 207 ◦ green 167 ◦ blue 62

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

Shades of Metallic Gold #CFA73E

Tints of Metallic Gold #CFA73E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 47.48%
G = 38.3%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFA73E (or 0xCFA73E) is known color: Metallic Gold. HEX triplet: CF, A7 and 3E. RGB value is (207,167,62). Sum of RGB (Red+Green+Blue) = 207+167+62=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA73E is #3058C1. Grayscale: #A7A7A7. Windows color (decimal): -3168450 or 4106191. OLE color: 4106191.

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

Color convert

RGB 207 167 62 -
CMYK 0 0.19 0.70 0.19
HSL 43.45º 0.6% 0.53% -
HSV(B) 43.45º 0.7% 0.81% -
XYZ 40.42 41.25 10.39 -
YUV 166.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 207 167 62 0 0.19 0.70 0.19 43.45 0.6 0.53
Hex CF A7 3E 0 13 46 13 2B 3C 35
Octal 317 247 76 0 23 106 23 53 74 65
Binary 11001111 10100111 111110 0 10011 1000110 10011 101011 111100 110101

Color Harmonies of #CFA73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA73E

Black with #CFA73E

Text Example


Text Example

White with #CFA73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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