#CFBD44

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

Shades of Old Gold #CFBD44

Tints of Old Gold #CFBD44

Color information

#CFBD44 (or 0xCFBD44) is unknown color: approx Old Gold. HEX triplet: CF, BD and 44. RGB value is (207,189,68). Sum of RGB (Red+Green+Blue) = 207+189+68=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD44 is #3042BB. Grayscale: #B5B5B5. Windows color (decimal): -3162812 or 4505039. OLE color: 4505039.

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

Color convert

RGB20718968-
CMYK00.090.670.19
HSL52.23º59.15%53.92%-
HSV(B)52.23º67.15%81.18%-
XYZ44.9750.0812.76-
YUV180.5964.46146.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.61%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=44.61%
G=40.73%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071896800.090.670.1952.2359.1553.92
HexCFBD44094313343b36
Octal31727510401110323647366
Binary1100111110111101100010001001100001110011110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD44; }

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

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

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

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

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

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

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

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