Html Css Color HEX #CFA936 Metallic Gold

📋 copy color: '#CFA936'

red 207 ◦ green 169 ◦ blue 54

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

Shades of Metallic Gold #CFA936

Tints of Metallic Gold #CFA936

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.3%

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

R = 48.14%
G = 39.3%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA936 (or 0xCFA936) is known color: Metallic Gold. HEX triplet: CF, A9 and 36. RGB value is (207,169,54). Sum of RGB (Red+Green+Blue) = 207+169+54=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA936 is #3056C9. Grayscale: #A7A7A7. Windows color (decimal): -3167946 or 3582415. OLE color: 3582415.

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

Color convert

RGB 207 169 54 -
CMYK 0 0.18 0.74 0.19
HSL 45.1º 0.61% 0.51% -
HSV(B) 45.1º 0.74% 0.81% -
XYZ 40.59 41.91 9.44 -
YUV 167.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 207 169 54 0 0.18 0.74 0.19 45.1 0.61 0.51
Hex CF A9 36 0 12 4A 13 2D 3D 33
Octal 317 251 66 0 22 112 23 55 75 63
Binary 11001111 10101001 110110 0 10010 1001010 10011 101101 111101 110011

Color Harmonies of #CFA936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA936

Black with #CFA936

Text Example


Text Example

White with #CFA936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA936; }

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

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

background-color css

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

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

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

border-color css

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

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

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