#CFBB34

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

Shades of Old Gold #CFBB34

Tints of Old Gold #CFBB34

Color information

#CFBB34 (or 0xCFBB34) is unknown color: approx Old Gold. HEX triplet: CF, BB and 34. RGB value is (207,187,52). Sum of RGB (Red+Green+Blue) = 207+187+52=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB34 is #3044CB. Grayscale: #B2B2B2. Windows color (decimal): -3163340 or 3455951. OLE color: 3455951.

HSL color Cylindrical-coordinate representation of color #CFBB34: hue angle of 52.26º 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 #CFBB34 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB20718752-
CMYK00.100.750.19
HSL52.26º61.75%50.78%-
HSV(B)52.26º74.88%81.18%-
XYZ44.1249.0510.39-
YUV177.5957.13148.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 52 (20.70% from 255) = 11.66%
R=46.41%
G=41.93%
B=11.66%

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
Decimal2071875200.100.750.1952.2661.7550.78
HexCFBB340A4B13343e33
Octal3172736401211323647663
Binary110011111011101111010001010100101110011110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB34; }

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

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

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

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

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

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

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

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