#CFB63E

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

Shades of Old Gold #CFB63E

Tints of Old Gold #CFB63E

Color information

#CFB63E (or 0xCFB63E) is unknown color: approx Old Gold. HEX triplet: CF, B6 and 3E. RGB value is (207,182,62). Sum of RGB (Red+Green+Blue) = 207+182+62=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB63E is #3049C1. Grayscale: #B0B0B0. Windows color (decimal): -3164610 or 4110031. OLE color: 4110031.

HSL color Cylindrical-coordinate representation of color #CFB63E: hue angle of 49.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB63E is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20718262-
CMYK00.120.700.19
HSL49.66º60.17%52.75%-
HSV(B)49.66º70.05%81.18%-
XYZ43.3347.0711.36-
YUV175.863.78150.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=45.90%
G=40.35%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071826200.120.700.1949.6660.1752.75
HexCFB63E0C4613323c35
Octal3172667601410623627465
Binary110011111011011011111001100100011010011110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB63E; }

 p { color: rgb(207,182,62); }

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

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

 a { background-color: rgb(207,182,62); }

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

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

 span { border-color: rgb(207,182,62); }

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