Html Css Color HEX #CFA83F Metallic Gold

📋 copy color: '#CFA83F'

red 207 ◦ green 168 ◦ blue 63

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

Shades of Metallic Gold #CFA83F

Tints of Metallic Gold #CFA83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.38%

R = 47.26%
G = 38.36%
B = 14.38%

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

#CFA83F (or 0xCFA83F) is known color: Metallic Gold. HEX triplet: CF, A8 and 3F. RGB value is (207,168,63). Sum of RGB (Red+Green+Blue) = 207+168+63=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83F is #3057C0. Grayscale: #A8A8A8. Windows color (decimal): -3168193 or 4171983. OLE color: 4171983.

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

Color convert

RGB 207 168 63 -
CMYK 0 0.19 0.70 0.19
HSL 43.75º 0.6% 0.53% -
HSV(B) 43.75º 0.7% 0.81% -
XYZ 40.63 41.63 10.6 -
YUV 167.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 207 168 63 0 0.19 0.70 0.19 43.75 0.6 0.53
Hex CF A8 3F 0 13 46 13 2C 3C 35
Octal 317 250 77 0 23 106 23 54 74 65
Binary 11001111 10101000 111111 0 10011 1000110 10011 101100 111100 110101

Color Harmonies of #CFA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA83F

Black with #CFA83F

Text Example


Text Example

White with #CFA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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