Html Css Color HEX #CFAC41 Metallic Gold

📋 copy color: '#CFAC41'

red 207 ◦ green 172 ◦ blue 65

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

Shades of Metallic Gold #CFAC41

Tints of Metallic Gold #CFAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 46.62%
G = 38.74%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFAC41 (or 0xCFAC41) is known color: Metallic Gold. HEX triplet: CF, AC and 41. RGB value is (207,172,65). Sum of RGB (Red+Green+Blue) = 207+172+65=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC41 is #3053BE. Grayscale: #AAAAAA. Windows color (decimal): -3167167 or 4304079. OLE color: 4304079.

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

Color convert

RGB 207 172 65 -
CMYK 0 0.17 0.69 0.19
HSL 45.21º 0.6% 0.53% -
HSV(B) 45.21º 0.69% 0.81% -
XYZ 41.44 43.15 11.15 -
YUV 170.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 207 172 65 0 0.17 0.69 0.19 45.21 0.6 0.53
Hex CF AC 41 0 11 45 13 2D 3C 35
Octal 317 254 101 0 21 105 23 55 74 65
Binary 11001111 10101100 1000001 0 10001 1000101 10011 101101 111100 110101

Color Harmonies of #CFAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC41

Black with #CFAC41

Text Example


Text Example

White with #CFAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC41; }

 p { color: rgb(207,172,65); }

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

background-color css

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

 a { background-color: rgb(207,172,65); }

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

border-color css

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

 span { border-color: rgb(207,172,65); }

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