#CFB730

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

Shades of Old Gold #CFB730

Tints of Old Gold #CFB730

Color information

#CFB730 (or 0xCFB730) is unknown color: approx Old Gold. HEX triplet: CF, B7 and 30. RGB value is (207,183,48). Sum of RGB (Red+Green+Blue) = 207+183+48=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB730 is #3048CF. Grayscale: #AFAFAF. Windows color (decimal): -3164368 or 3192783. OLE color: 3192783.

HSL color Cylindrical-coordinate representation of color #CFB730: hue angle of 50.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB730 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20718348-
CMYK00.120.770.19
HSL50.94º62.35%50%-
HSV(B)50.94º76.81%81.18%-
XYZ43.247.359.66-
YUV174.7956.45150.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 183 (71.88% from 255) = 41.78%
BLUE value IS 48 (19.14% from 255) = 10.96%
R=47.26%
G=41.78%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071834800.120.770.1950.9462.3550
HexCFB7300C4D13333e32
Octal3172676001411523637662
Binary110011111011011111000001100100110110011110011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB730; }

 p { color: rgb(207,183,48); }

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

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

 a { background-color: rgb(207,183,48); }

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

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

 span { border-color: rgb(207,183,48); }

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