Html Css Color HEX #CFA13E Metallic Gold

📋 copy color: '#CFA13E'

red 207 ◦ green 161 ◦ blue 62

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

Shades of Metallic Gold #CFA13E

Tints of Metallic Gold #CFA13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 48.14%
G = 37.44%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFA13E (or 0xCFA13E) is known color: Metallic Gold. HEX triplet: CF, A1 and 3E. RGB value is (207,161,62). Sum of RGB (Red+Green+Blue) = 207+161+62=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA13E is #305EC1. Grayscale: #A3A3A3. Windows color (decimal): -3169986 or 4104655. OLE color: 4104655.

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

Color convert

RGB 207 161 62 -
CMYK 0 0.22 0.70 0.19
HSL 40.97º 0.6% 0.53% -
HSV(B) 40.97º 0.7% 0.81% -
XYZ 39.35 39.1 10.03 -
YUV 163.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 207 161 62 0 0.22 0.70 0.19 40.97 0.6 0.53
Hex CF A1 3E 0 16 46 13 29 3C 35
Octal 317 241 76 0 26 106 23 51 74 65
Binary 11001111 10100001 111110 0 10110 1000110 10011 101001 111100 110101

Color Harmonies of #CFA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA13E

Black with #CFA13E

Text Example


Text Example

White with #CFA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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