#CFC031

Color #CFC031 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CFC031

Tints of Old Gold #CFC031

Color information

#CFC031 (or 0xCFC031) is unknown color: approx Old Gold. HEX triplet: CF, C0 and 31. RGB value is (207,192,49). Sum of RGB (Red+Green+Blue) = 207+192+49=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC031 is #303FCE. Grayscale: #B4B4B4. Windows color (decimal): -3162063 or 3260623. OLE color: 3260623.

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

Color convert

RGB20719249-
CMYK00.070.760.19
HSL54.3º62.2%50.2%-
HSV(B)54.3º76.33%81.18%-
XYZ45.1451.1910.41-
YUV180.1853.97147.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 49 (19.53% from 255) = 10.94%
R=46.21%
G=42.86%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071924900.070.760.1954.362.250.2
HexCFC031074C13363e32
Octal317300610711423667662
Binary11001111110000001100010111100110010011110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC031; }

 p { color: rgb(207,192,49); }

 H1.HeaderClassName
 {
   color: #CFC031;
 }
 .AnyTagClassName
 {
   color: #CFC031;
 }
</style>
background-color css

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

 a { background-color: rgb(207,192,49); }

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

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

 span { border-color: rgb(207,192,49); }

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