Html Css Color HEX #CFA736 Metallic Gold

📋 copy color: '#CFA736'

red 207 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #CFA736

Tints of Metallic Gold #CFA736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 48.36%
G = 39.02%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA736 (or 0xCFA736) is known color: Metallic Gold. HEX triplet: CF, A7 and 36. RGB value is (207,167,54). Sum of RGB (Red+Green+Blue) = 207+167+54=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA736 is #3058C9. Grayscale: #A6A6A6. Windows color (decimal): -3168458 or 3581903. OLE color: 3581903.

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

Color convert

RGB 207 167 54 -
CMYK 0 0.19 0.74 0.19
HSL 44.31º 0.61% 0.51% -
HSV(B) 44.31º 0.74% 0.81% -
XYZ 40.22 41.17 9.32 -
YUV 166.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 207 167 54 0 0.19 0.74 0.19 44.31 0.61 0.51
Hex CF A7 36 0 13 4A 13 2C 3D 33
Octal 317 247 66 0 23 112 23 54 75 63
Binary 11001111 10100111 110110 0 10011 1001010 10011 101100 111101 110011

Color Harmonies of #CFA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA736

Black with #CFA736

Text Example


Text Example

White with #CFA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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