Html Css Color HEX #CFA83E Metallic Gold

📋 copy color: '#CFA83E'

red 207 ◦ green 168 ◦ blue 62

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

Shades of Metallic Gold #CFA83E

Tints of Metallic Gold #CFA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 47.37%
G = 38.44%
B = 14.19%

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

#CFA83E (or 0xCFA83E) is known color: Metallic Gold. HEX triplet: CF, A8 and 3E. RGB value is (207,168,62). Sum of RGB (Red+Green+Blue) = 207+168+62=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83E is #3057C1. Grayscale: #A8A8A8. Windows color (decimal): -3168194 or 4106447. OLE color: 4106447.

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

Color convert

RGB 207 168 62 -
CMYK 0 0.19 0.70 0.19
HSL 43.86º 0.6% 0.53% -
HSV(B) 43.86º 0.7% 0.81% -
XYZ 40.6 41.62 10.45 -
YUV 167.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 207 168 62 0 0.19 0.70 0.19 43.86 0.6 0.53
Hex CF A8 3E 0 13 46 13 2C 3C 35
Octal 317 250 76 0 23 106 23 54 74 65
Binary 11001111 10101000 111110 0 10011 1000110 10011 101100 111100 110101

Color Harmonies of #CFA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA83E

Black with #CFA83E

Text Example


Text Example

White with #CFA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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