Html Css Color HEX #CFA839 Metallic Gold

📋 copy color: '#CFA839'

red 207 ◦ green 168 ◦ blue 57

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

Shades of Metallic Gold #CFA839

Tints of Metallic Gold #CFA839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.19%

R = 47.92%
G = 38.89%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFA839 (or 0xCFA839) is known color: Metallic Gold. HEX triplet: CF, A8 and 39. RGB value is (207,168,57). Sum of RGB (Red+Green+Blue) = 207+168+57=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA839 is #3057C6. Grayscale: #A7A7A7. Windows color (decimal): -3168199 or 3778767. OLE color: 3778767.

HSL color Cylindrical-coordinate representation of color #CFA839: hue angle of 44.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA839 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 168 57 -
CMYK 0 0.19 0.72 0.19
HSL 44.4º 0.61% 0.52% -
HSV(B) 44.4º 0.72% 0.81% -
XYZ 40.47 41.57 9.76 -
YUV 167.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 207 168 57 0 0.19 0.72 0.19 44.4 0.61 0.52
Hex CF A8 39 0 13 48 13 2C 3D 34
Octal 317 250 71 0 23 110 23 54 75 64
Binary 11001111 10101000 111001 0 10011 1001000 10011 101100 111101 110100

Color Harmonies of #CFA839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA839

Black with #CFA839

Text Example


Text Example

White with #CFA839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA839; }

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

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

background-color css

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

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

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

border-color css

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

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

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