#CFB53B

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

Shades of Old Gold #CFB53B

Tints of Old Gold #CFB53B

Color information

#CFB53B (or 0xCFB53B) is unknown color: approx Old Gold. HEX triplet: CF, B5 and 3B. RGB value is (207,181,59). Sum of RGB (Red+Green+Blue) = 207+181+59=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB53B is #304AC4. Grayscale: #AFAFAF. Windows color (decimal): -3164869 or 3913167. OLE color: 3913167.

HSL color Cylindrical-coordinate representation of color #CFB53B: hue angle of 49.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB53B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20718159-
CMYK00.130.710.19
HSL49.46º60.66%52.16%-
HSV(B)49.46º71.5%81.18%-
XYZ43.0546.6310.87-
YUV174.8762.61150.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 59 (23.44% from 255) = 13.20%
R=46.31%
G=40.49%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071815900.130.710.1949.4660.6652.16
HexCFB53B0D4713313d34
Octal3172657301510723617564
Binary110011111011010111101101101100011110011110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB53B; }

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

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

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

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

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

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

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

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