Html Css Color HEX #CFA336 Metallic Gold

📋 copy color: '#CFA336'

red 207 ◦ green 163 ◦ blue 54

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

Shades of Metallic Gold #CFA336

Tints of Metallic Gold #CFA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

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

R = 48.82%
G = 38.44%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA336 (or 0xCFA336) is known color: Metallic Gold. HEX triplet: CF, A3 and 36. RGB value is (207,163,54). Sum of RGB (Red+Green+Blue) = 207+163+54=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA336 is #305CC9. Grayscale: #A4A4A4. Windows color (decimal): -3169482 or 3580879. OLE color: 3580879.

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

Color convert

RGB 207 163 54 -
CMYK 0 0.21 0.74 0.19
HSL 42.75º 0.61% 0.51% -
HSV(B) 42.75º 0.74% 0.81% -
XYZ 39.5 39.73 9.08 -
YUV 163.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 207 163 54 0 0.21 0.74 0.19 42.75 0.61 0.51
Hex CF A3 36 0 15 4A 13 2B 3D 33
Octal 317 243 66 0 25 112 23 53 75 63
Binary 11001111 10100011 110110 0 10101 1001010 10011 101011 111101 110011

Color Harmonies of #CFA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA336

Black with #CFA336

Text Example


Text Example

White with #CFA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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