#CFB848

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

Shades of Old Gold #CFB848

Tints of Old Gold #CFB848

Color information

#CFB848 (or 0xCFB848) is unknown color: approx Old Gold. HEX triplet: CF, B8 and 48. RGB value is (207,184,72). Sum of RGB (Red+Green+Blue) = 207+184+72=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB848 is #3047B7. Grayscale: #B2B2B2. Windows color (decimal): -3164088 or 4765903. OLE color: 4765903.

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

Color convert

RGB20718472-
CMYK00.110.650.19
HSL49.78º58.44%54.71%-
HSV(B)49.78º65.22%81.18%-
XYZ44.0448.0113.08-
YUV178.1168.12148.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=44.71%
G=39.74%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071847200.110.650.1949.7858.4454.71
HexCFB8480B4113323a37
Octal31727011001310123627267
Binary1100111110111000100100001011100000110011110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB848; }

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

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

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

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

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

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

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

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