Html Css Color HEX #CFAC36 Metallic Gold

📋 copy color: '#CFAC36'

red 207 ◦ green 172 ◦ blue 54

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

Shades of Metallic Gold #CFAC36

Tints of Metallic Gold #CFAC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 47.81%
G = 39.72%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFAC36 (or 0xCFAC36) is known color: Metallic Gold. HEX triplet: CF, AC and 36. RGB value is (207,172,54). Sum of RGB (Red+Green+Blue) = 207+172+54=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC36 is #3053C9. Grayscale: #A9A9A9. Windows color (decimal): -3167178 or 3583183. OLE color: 3583183.

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

Color convert

RGB 207 172 54 -
CMYK 0 0.17 0.74 0.19
HSL 46.27º 0.61% 0.51% -
HSV(B) 46.27º 0.74% 0.81% -
XYZ 41.15 43.04 9.63 -
YUV 169.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 207 172 54 0 0.17 0.74 0.19 46.27 0.61 0.51
Hex CF AC 36 0 11 4A 13 2E 3D 33
Octal 317 254 66 0 21 112 23 56 75 63
Binary 11001111 10101100 110110 0 10001 1001010 10011 101110 111101 110011

Color Harmonies of #CFAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC36

Black with #CFAC36

Text Example


Text Example

White with #CFAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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