Html Css Color HEX #CFA237 Metallic Gold

📋 copy color: '#CFA237'

red 207 ◦ green 162 ◦ blue 55

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

Shades of Metallic Gold #CFA237

Tints of Metallic Gold #CFA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 55 (21.88% from 255) = 12.97%

R = 48.82%
G = 38.21%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA237 (or 0xCFA237) is known color: Metallic Gold. HEX triplet: CF, A2 and 37. RGB value is (207,162,55). Sum of RGB (Red+Green+Blue) = 207+162+55=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA237 is #305DC8. Grayscale: #A3A3A3. Windows color (decimal): -3169737 or 3646159. OLE color: 3646159.

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

Color convert

RGB 207 162 55 -
CMYK 0 0.22 0.73 0.19
HSL 42.24º 0.61% 0.51% -
HSV(B) 42.24º 0.73% 0.81% -
XYZ 39.34 39.38 9.14 -
YUV 163.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 207 162 55 0 0.22 0.73 0.19 42.24 0.61 0.51
Hex CF A2 37 0 16 49 13 2A 3D 33
Octal 317 242 67 0 26 111 23 52 75 63
Binary 11001111 10100010 110111 0 10110 1001001 10011 101010 111101 110011

Color Harmonies of #CFA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA237

Black with #CFA237

Text Example


Text Example

White with #CFA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA237; }

 p { color: rgb(207,162,55); }

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

background-color css

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

 a { background-color: rgb(207,162,55); }

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

border-color css

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

 span { border-color: rgb(207,162,55); }

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