#CFBB3A

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

Shades of Old Gold #CFBB3A

Tints of Old Gold #CFBB3A

Color information

#CFBB3A (or 0xCFBB3A) is unknown color: approx Old Gold. HEX triplet: CF, BB and 3A. RGB value is (207,187,58). Sum of RGB (Red+Green+Blue) = 207+187+58=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB3A is #3044C5. Grayscale: #B2B2B2. Windows color (decimal): -3163334 or 3849167. OLE color: 3849167.

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

Color convert

RGB20718758-
CMYK00.100.720.19
HSL51.95º60.82%51.96%-
HSV(B)51.95º71.98%81.18%-
XYZ44.2749.1111.15-
YUV178.2760.13148.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 58 (23.05% from 255) = 12.83%
R=45.80%
G=41.37%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071875800.100.720.1951.9560.8251.96
HexCFBB3A0A4813343d34
Octal3172737201211023647564
Binary110011111011101111101001010100100010011110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB3A; }

 p { color: rgb(207,187,58); }

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

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

 a { background-color: rgb(207,187,58); }

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

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

 span { border-color: rgb(207,187,58); }

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