Html Css Color HEX #CFA136 Metallic Gold

📋 copy color: '#CFA136'

red 207 ◦ green 161 ◦ blue 54

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

Shades of Metallic Gold #CFA136

Tints of Metallic Gold #CFA136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 49.05%
G = 38.15%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA136 (or 0xCFA136) is known color: Metallic Gold. HEX triplet: CF, A1 and 36. RGB value is (207,161,54). Sum of RGB (Red+Green+Blue) = 207+161+54=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA136 is #305EC9. Grayscale: #A3A3A3. Windows color (decimal): -3169994 or 3580367. OLE color: 3580367.

HSL color Cylindrical-coordinate representation of color #CFA136: hue angle of 41.96º 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 #CFA136 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 54 -
CMYK 0 0.22 0.74 0.19
HSL 41.96º 0.61% 0.51% -
HSV(B) 41.96º 0.74% 0.81% -
XYZ 39.14 39.02 8.96 -
YUV 162.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 207 161 54 0 0.22 0.74 0.19 41.96 0.61 0.51
Hex CF A1 36 0 16 4A 13 2A 3D 33
Octal 317 241 66 0 26 112 23 52 75 63
Binary 11001111 10100001 110110 0 10110 1001010 10011 101010 111101 110011

Color Harmonies of #CFA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA136

Black with #CFA136

Text Example


Text Example

White with #CFA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA136; }

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

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

background-color css

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

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

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

border-color css

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

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

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