#CFBA34

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

Shades of Old Gold #CFBA34

Tints of Old Gold #CFBA34

Color information

#CFBA34 (or 0xCFBA34) is unknown color: approx Old Gold. HEX triplet: CF, BA and 34. RGB value is (207,186,52). Sum of RGB (Red+Green+Blue) = 207+186+52=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA34 is #3045CB. Grayscale: #B1B1B1. Windows color (decimal): -3163596 or 3455695. OLE color: 3455695.

HSL color Cylindrical-coordinate representation of color #CFBA34: hue angle of 51.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFBA34 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB20718652-
CMYK00.100.750.19
HSL51.87º61.75%50.78%-
HSV(B)51.87º74.88%81.18%-
XYZ43.9148.6310.32-
YUV17757.46149.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 52 (20.70% from 255) = 11.69%
R=46.52%
G=41.80%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071865200.100.750.1951.8761.7550.78
HexCFBA340A4B13343e33
Octal3172726401211323647663
Binary110011111011101011010001010100101110011110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA34; }

 p { color: rgb(207,186,52); }

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

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

 a { background-color: rgb(207,186,52); }

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

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

 span { border-color: rgb(207,186,52); }

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