#CFB449

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

Shades of Old Gold #CFB449

Tints of Old Gold #CFB449

Color information

#CFB449 (or 0xCFB449) is unknown color: approx Old Gold. HEX triplet: CF, B4 and 49. RGB value is (207,180,73). Sum of RGB (Red+Green+Blue) = 207+180+73=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB449 is #304BB6. Grayscale: #B0B0B0. Windows color (decimal): -3165111 or 4830415. OLE color: 4830415.

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

Color convert

RGB20718073-
CMYK00.130.650.19
HSL47.91º58.26%54.9%-
HSV(B)47.91º64.73%81.18%-
XYZ43.2646.3912.98-
YUV175.8869.95150.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 73 (28.91% from 255) = 15.87%
R=45%
G=39.13%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071807300.130.650.1947.9158.2654.9
HexCFB4490D4113303a37
Octal31726411101510123607267
Binary1100111110110100100100101101100000110011110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB449; }

 p { color: rgb(207,180,73); }

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

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

 a { background-color: rgb(207,180,73); }

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

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

 span { border-color: rgb(207,180,73); }

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