#CFB942

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

Shades of Old Gold #CFB942

Tints of Old Gold #CFB942

Color information

#CFB942 (or 0xCFB942) is unknown color: approx Old Gold. HEX triplet: CF, B9 and 42. RGB value is (207,185,66). Sum of RGB (Red+Green+Blue) = 207+185+66=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB942 is #3046BD. Grayscale: #B2B2B2. Windows color (decimal): -3163838 or 4372943. OLE color: 4372943.

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

Color convert

RGB20718566-
CMYK00.110.680.19
HSL50.64º59.49%53.53%-
HSV(B)50.64º68.12%81.18%-
XYZ44.0648.3612.17-
YUV178.0164.79148.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 66 (26.17% from 255) = 14.41%
R=45.20%
G=40.39%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071856600.110.680.1950.6459.4953.53
HexCFB9420B4413333b36
Octal31727110201310423637366
Binary1100111110111001100001001011100010010011110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB942; }

 p { color: rgb(207,185,66); }

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

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

 a { background-color: rgb(207,185,66); }

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

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

 span { border-color: rgb(207,185,66); }

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