#CFBF30

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

Shades of Old Gold #CFBF30

Tints of Old Gold #CFBF30

Color information

#CFBF30 (or 0xCFBF30) is unknown color: approx Old Gold. HEX triplet: CF, BF and 30. RGB value is (207,191,48). Sum of RGB (Red+Green+Blue) = 207+191+48=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF30 is #3040CF. Grayscale: #B4B4B4. Windows color (decimal): -3162320 or 3194831. OLE color: 3194831.

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

Color convert

RGB20719148-
CMYK00.080.770.19
HSL53.96º62.35%50%-
HSV(B)53.96º76.81%81.18%-
XYZ44.950.7410.22-
YUV179.4853.8147.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 48 (19.14% from 255) = 10.76%
R=46.41%
G=42.83%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071914800.080.770.1953.9662.3550
HexCFBF30084D13363e32
Octal3172776001011523667662
Binary110011111011111111000001000100110110011110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF30; }

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

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

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

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

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

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

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

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