#CFBE4C

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

Shades of Old Gold #CFBE4C

Tints of Old Gold #CFBE4C

Color information

#CFBE4C (or 0xCFBE4C) is unknown color: approx Old Gold. HEX triplet: CF, BE and 4C. RGB value is (207,190,76). Sum of RGB (Red+Green+Blue) = 207+190+76=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE4C is #3041B3. Grayscale: #B6B6B6. Windows color (decimal): -3162548 or 5029583. OLE color: 5029583.

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

Color convert

RGB20719076-
CMYK00.080.630.19
HSL52.21º57.71%55.49%-
HSV(B)52.21º63.29%81.18%-
XYZ45.4550.6114.21-
YUV182.0968.13145.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 76 (30.08% from 255) = 16.07%
R=43.76%
G=40.17%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071907600.080.630.1952.2157.7155.49
HexCFBE4C083F13343a37
Octal3172761140107723647267
Binary110011111011111010011000100011111110011110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE4C; }

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

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

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

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

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

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

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

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