#CFBE44

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

Shades of Old Gold #CFBE44

Tints of Old Gold #CFBE44

Color information

#CFBE44 (or 0xCFBE44) is unknown color: approx Old Gold. HEX triplet: CF, BE and 44. RGB value is (207,190,68). Sum of RGB (Red+Green+Blue) = 207+190+68=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE44 is #3041BB. Grayscale: #B5B5B5. Windows color (decimal): -3162556 or 4505295. OLE color: 4505295.

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

Color convert

RGB20719068-
CMYK00.080.670.19
HSL52.66º59.15%53.92%-
HSV(B)52.66º67.15%81.18%-
XYZ45.1950.5112.84-
YUV181.1864.13146.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 68 (26.95% from 255) = 14.62%
R=44.52%
G=40.86%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071906800.080.670.1952.6659.1553.92
HexCFBE44084313353b36
Octal31727610401010323657366
Binary1100111110111110100010001000100001110011110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE44; }

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

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

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

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

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

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

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

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