#CFBC33

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

Shades of Old Gold #CFBC33

Tints of Old Gold #CFBC33

Color information

#CFBC33 (or 0xCFBC33) is unknown color: approx Old Gold. HEX triplet: CF, BC and 33. RGB value is (207,188,51). Sum of RGB (Red+Green+Blue) = 207+188+51=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC33 is #3043CC. Grayscale: #B2B2B2. Windows color (decimal): -3163085 or 3390671. OLE color: 3390671.

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

Color convert

RGB20718851-
CMYK00.090.750.19
HSL52.69º61.9%50.59%-
HSV(B)52.69º75.36%81.18%-
XYZ44.3149.4710.35-
YUV178.0656.29148.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 51 (20.31% from 255) = 11.43%
R=46.41%
G=42.15%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071885100.090.750.1952.6961.950.59
HexCFBC33094B13353e33
Octal3172746301111323657663
Binary110011111011110011001101001100101110011110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC33; }

 p { color: rgb(207,188,51); }

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

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

 a { background-color: rgb(207,188,51); }

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

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

 span { border-color: rgb(207,188,51); }

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