Html Css Color HEX #CFA843 Metallic Gold

📋 copy color: '#CFA843'

red 207 ◦ green 168 ◦ blue 67

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

Shades of Metallic Gold #CFA843

Tints of Metallic Gold #CFA843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.16%

R = 46.83%
G = 38.01%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFA843 (or 0xCFA843) is known color: Metallic Gold. HEX triplet: CF, A8 and 43. RGB value is (207,168,67). Sum of RGB (Red+Green+Blue) = 207+168+67=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA843 is #3057BC. Grayscale: #A8A8A8. Windows color (decimal): -3168189 or 4434127. OLE color: 4434127.

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

Color convert

RGB 207 168 67 -
CMYK 0 0.19 0.68 0.19
HSL 43.29º 0.59% 0.54% -
HSV(B) 43.29º 0.68% 0.81% -
XYZ 40.75 41.68 11.21 -
YUV 168.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 207 168 67 0 0.19 0.68 0.19 43.29 0.59 0.54
Hex CF A8 43 0 13 44 13 2B 3B 36
Octal 317 250 103 0 23 104 23 53 73 66
Binary 11001111 10101000 1000011 0 10011 1000100 10011 101011 111011 110110

Color Harmonies of #CFA843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA843

Black with #CFA843

Text Example


Text Example

White with #CFA843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA843; }

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

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

background-color css

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

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

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

border-color css

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

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

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