#CFB53E

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

Shades of Old Gold #CFB53E

Tints of Old Gold #CFB53E

Color information

#CFB53E (or 0xCFB53E) is unknown color: approx Old Gold. HEX triplet: CF, B5 and 3E. RGB value is (207,181,62). Sum of RGB (Red+Green+Blue) = 207+181+62=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB53E is #304AC1. Grayscale: #AFAFAF. Windows color (decimal): -3164866 or 4109775. OLE color: 4109775.

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

Color convert

RGB20718162-
CMYK00.130.700.19
HSL49.24º60.17%52.75%-
HSV(B)49.24º70.05%81.18%-
XYZ43.1346.6611.29-
YUV175.2164.11150.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 62 (24.61% from 255) = 13.78%
R=46%
G=40.22%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071816200.130.700.1949.2460.1752.75
HexCFB53E0D4613313c35
Octal3172657601510623617465
Binary110011111011010111111001101100011010011110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB53E; }

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

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

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

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

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

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

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

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