Html Css Color HEX #CFA832 Metallic Gold

📋 copy color: '#CFA832'

red 207 ◦ green 168 ◦ blue 50

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

Shades of Metallic Gold #CFA832

Tints of Metallic Gold #CFA832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.53%

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

R = 48.71%
G = 39.53%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFA832 (or 0xCFA832) is known color: Metallic Gold. HEX triplet: CF, A8 and 32. RGB value is (207,168,50). Sum of RGB (Red+Green+Blue) = 207+168+50=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA832 is #3057CD. Grayscale: #A6A6A6. Windows color (decimal): -3168206 or 3320015. OLE color: 3320015.

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

Color convert

RGB 207 168 50 -
CMYK 0 0.19 0.76 0.19
HSL 45.1º 0.62% 0.5% -
HSV(B) 45.1º 0.76% 0.81% -
XYZ 40.31 41.5 8.9 -
YUV 166.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 207 168 50 0 0.19 0.76 0.19 45.1 0.62 0.5
Hex CF A8 32 0 13 4C 13 2D 3E 32
Octal 317 250 62 0 23 114 23 55 76 62
Binary 11001111 10101000 110010 0 10011 1001100 10011 101101 111110 110010

Color Harmonies of #CFA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA832

Black with #CFA832

Text Example


Text Example

White with #CFA832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA832; }

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

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

background-color css

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

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

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

border-color css

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

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

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