#CFB840

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

Shades of Old Gold #CFB840

Tints of Old Gold #CFB840

Color information

#CFB840 (or 0xCFB840) is unknown color: approx Old Gold. HEX triplet: CF, B8 and 40. RGB value is (207,184,64). Sum of RGB (Red+Green+Blue) = 207+184+64=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB840 is #3047BF. Grayscale: #B1B1B1. Windows color (decimal): -3164096 or 4241615. OLE color: 4241615.

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

Color convert

RGB20718464-
CMYK00.110.690.19
HSL50.35º59.83%53.14%-
HSV(B)50.35º69.08%81.18%-
XYZ43.847.9211.79-
YUV177.264.12149.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 64 (25.39% from 255) = 14.07%
R=45.49%
G=40.44%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071846400.110.690.1950.3559.8353.14
HexCFB8400B4513323c35
Octal31727010001310523627465
Binary1100111110111000100000001011100010110011110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB840; }

 p { color: rgb(207,184,64); }

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

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

 a { background-color: rgb(207,184,64); }

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

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

 span { border-color: rgb(207,184,64); }

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