#CFBD4C

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

Shades of Old Gold #CFBD4C

Tints of Old Gold #CFBD4C

Color information

#CFBD4C (or 0xCFBD4C) is unknown color: approx Old Gold. HEX triplet: CF, BD and 4C. RGB value is (207,189,76). Sum of RGB (Red+Green+Blue) = 207+189+76=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD4C is #3042B3. Grayscale: #B5B5B5. Windows color (decimal): -3162804 or 5029327. OLE color: 5029327.

HSL color Cylindrical-coordinate representation of color #CFBD4C: hue angle of 51.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBD4C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB20718976-
CMYK00.090.630.19
HSL51.76º57.71%55.49%-
HSV(B)51.76º63.29%81.18%-
XYZ45.2350.1814.14-
YUV181.568.46146.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 76 (30.08% from 255) = 16.10%
R=43.86%
G=40.04%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071897600.090.630.1951.7657.7155.49
HexCFBD4C093F13343a37
Octal3172751140117723647267
Binary110011111011110110011000100111111110011110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD4C; }

 p { color: rgb(207,189,76); }

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

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

 a { background-color: rgb(207,189,76); }

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

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

 span { border-color: rgb(207,189,76); }

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