Html Css Color HEX #CFA43C Metallic Gold

📋 copy color: '#CFA43C'

red 207 ◦ green 164 ◦ blue 60

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

Shades of Metallic Gold #CFA43C

Tints of Metallic Gold #CFA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 48.03%
G = 38.05%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFA43C (or 0xCFA43C) is known color: Metallic Gold. HEX triplet: CF, A4 and 3C. RGB value is (207,164,60). Sum of RGB (Red+Green+Blue) = 207+164+60=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA43C is #305BC3. Grayscale: #A5A5A5. Windows color (decimal): -3169220 or 3974351. OLE color: 3974351.

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

Color convert

RGB 207 164 60 -
CMYK 0 0.21 0.71 0.19
HSL 42.45º 0.6% 0.52% -
HSV(B) 42.45º 0.71% 0.81% -
XYZ 39.82 40.14 9.92 -
YUV 165 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 207 164 60 0 0.21 0.71 0.19 42.45 0.6 0.52
Hex CF A4 3C 0 15 47 13 2A 3C 34
Octal 317 244 74 0 25 107 23 52 74 64
Binary 11001111 10100100 111100 0 10101 1000111 10011 101010 111100 110100

Color Harmonies of #CFA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA43C

Black with #CFA43C

Text Example


Text Example

White with #CFA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA43C; }

 p { color: rgb(207,164,60); }

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

background-color css

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

 a { background-color: rgb(207,164,60); }

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

border-color css

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

 span { border-color: rgb(207,164,60); }

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