Html Css Color HEX #CFA432 Metallic Gold

📋 copy color: '#CFA432'

red 207 ◦ green 164 ◦ blue 50

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

Shades of Metallic Gold #CFA432

Tints of Metallic Gold #CFA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

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

R = 49.17%
G = 38.95%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFA432 (or 0xCFA432) is known color: Metallic Gold. HEX triplet: CF, A4 and 32. RGB value is (207,164,50). Sum of RGB (Red+Green+Blue) = 207+164+50=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA432 is #305BCD. Grayscale: #A4A4A4. Windows color (decimal): -3169230 or 3318991. OLE color: 3318991.

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

Color convert

RGB 207 164 50 -
CMYK 0 0.21 0.76 0.19
HSL 43.57º 0.62% 0.5% -
HSV(B) 43.57º 0.76% 0.81% -
XYZ 39.58 40.05 8.66 -
YUV 163.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 207 164 50 0 0.21 0.76 0.19 43.57 0.62 0.5
Hex CF A4 32 0 15 4C 13 2C 3E 32
Octal 317 244 62 0 25 114 23 54 76 62
Binary 11001111 10100100 110010 0 10101 1001100 10011 101100 111110 110010

Color Harmonies of #CFA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA432

Black with #CFA432

Text Example


Text Example

White with #CFA432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA432; }

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

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

background-color css

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

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

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

border-color css

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

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

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