Html Css Color HEX #CFA232 Metallic Gold

📋 copy color: '#CFA232'

red 207 ◦ green 162 ◦ blue 50

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

Shades of Metallic Gold #CFA232

Tints of Metallic Gold #CFA232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 49.4%
G = 38.66%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFA232 (or 0xCFA232) is known color: Metallic Gold. HEX triplet: CF, A2 and 32. RGB value is (207,162,50). Sum of RGB (Red+Green+Blue) = 207+162+50=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA232 is #305DCD. Grayscale: #A3A3A3. Windows color (decimal): -3169742 or 3318479. OLE color: 3318479.

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

Color convert

RGB 207 162 50 -
CMYK 0 0.22 0.76 0.19
HSL 42.8º 0.62% 0.5% -
HSV(B) 42.8º 0.76% 0.81% -
XYZ 39.23 39.34 8.54 -
YUV 162.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 207 162 50 0 0.22 0.76 0.19 42.8 0.62 0.5
Hex CF A2 32 0 16 4C 13 2B 3E 32
Octal 317 242 62 0 26 114 23 53 76 62
Binary 11001111 10100010 110010 0 10110 1001100 10011 101011 111110 110010

Color Harmonies of #CFA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA232

Black with #CFA232

Text Example


Text Example

White with #CFA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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