Html Css Color HEX #CFA239 Metallic Gold

📋 copy color: '#CFA239'

red 207 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #CFA239

Tints of Metallic Gold #CFA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.38%

R = 48.59%
G = 38.03%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFA239 (or 0xCFA239) is known color: Metallic Gold. HEX triplet: CF, A2 and 39. RGB value is (207,162,57). Sum of RGB (Red+Green+Blue) = 207+162+57=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA239 is #305DC6. Grayscale: #A3A3A3. Windows color (decimal): -3169735 or 3777231. OLE color: 3777231.

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

Color convert

RGB 207 162 57 -
CMYK 0 0.22 0.72 0.19
HSL 42º 0.61% 0.52% -
HSV(B) 42º 0.72% 0.81% -
XYZ 39.39 39.4 9.4 -
YUV 163.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 207 162 57 0 0.22 0.72 0.19 42 0.61 0.52
Hex CF A2 39 0 16 48 13 2A 3D 34
Octal 317 242 71 0 26 110 23 52 75 64
Binary 11001111 10100010 111001 0 10110 1001000 10011 101010 111101 110100

Color Harmonies of #CFA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA239

Black with #CFA239

Text Example


Text Example

White with #CFA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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